mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-04 06:42:04 -04:00
make days a const
This commit is contained in:
parent
471f2b71d8
commit
974fb3a9c5
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@
|
|||
#include <dns/result.h>
|
||||
#include <dns/time.h>
|
||||
|
||||
static int days[12] = { 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 };
|
||||
static const int days[12] = { 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 };
|
||||
|
||||
isc_result_t
|
||||
dns_time64_totext(isc_int64_t t, isc_buffer_t *target) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue