mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 14:35:26 +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;
|
||||
data_holder_t *data = (data_holder_t *)datap;
|
||||
data_holder_t temp;
|
||||
isc_uint64_t where = ftell(file);
|
||||
uintptr_t where = ftell(file);
|
||||
|
||||
UNUSED(serial);
|
||||
|
||||
|
Reference in New Issue
Block a user