2
0
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:
Mark Andrews
2012-06-23 18:06:33 +10:00
parent aeed8b4d3b
commit d70f7b9e46

View File

@@ -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);