X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/192fc3376a0712e69e638b087c82c7e34f698f4d..1b1f47c915c69eae40d99727267b147f7c5a44ac:/src/redis-check-dump.c?ds=sidebyside diff --git a/src/redis-check-dump.c b/src/redis-check-dump.c index 987e1db3..93b9c99d 100644 --- a/src/redis-check-dump.c +++ b/src/redis-check-dump.c @@ -538,7 +538,8 @@ void printErrorStack(entry *e) { /* display error stack */ for (i = 0; i < errors.level; i++) { - printf("0x%08lx - %s\n", errors.offset[i], errors.error[i]); + printf("0x%08lx - %s\n", + (unsigned long) errors.offset[i], errors.error[i]); } }