mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 06:55:30 +00:00
change type of where to uintptr_t
This commit is contained in:
@@ -101,7 +101,7 @@ write_data(FILE *file, unsigned char *datap, isc_uint32_t serial) {
|
|||||||
size_t ret = 0;
|
size_t ret = 0;
|
||||||
data_holder_t *data = (data_holder_t *)datap;
|
data_holder_t *data = (data_holder_t *)datap;
|
||||||
data_holder_t temp;
|
data_holder_t temp;
|
||||||
isc_uint64_t where = ftell(file);
|
uintptr_t where = ftell(file);
|
||||||
|
|
||||||
UNUSED(serial);
|
UNUSED(serial);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user