summaryrefslogtreecommitdiffstats
path: root/innbbsd/dbz.c
diff options
context:
space:
mode:
Diffstat (limited to 'innbbsd/dbz.c')
-rw-r--r--innbbsd/dbz.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/innbbsd/dbz.c b/innbbsd/dbz.c
index 9b031678..717c291a 100644
--- a/innbbsd/dbz.c
+++ b/innbbsd/dbz.c
@@ -985,7 +985,7 @@ fetch(key)
/* try it */
buffer[keysize] = '\0'; /* terminated for DEBUG */
(void)mapcase(buffer, buffer, keysize);
- DEBUG(("fetch: buffer (%s) looking for (%s) size = %d\n",
+ DEBUG(("fetch: buffer (%s) looking for (%s) size = %ld\n",
buffer, key.dptr, keysize));
if (memcmp((POINTER) key.dptr, (POINTER) buffer, cmplen) == 0 &&
(*sepp == conf.fieldsep || *sepp == '\0')) {