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 717c291a..08b038e3 100644
--- a/innbbsd/dbz.c
+++ b/innbbsd/dbz.c
@@ -986,7 +986,7 @@ fetch(key)
buffer[keysize] = '\0'; /* terminated for DEBUG */
(void)mapcase(buffer, buffer, keysize);
DEBUG(("fetch: buffer (%s) looking for (%s) size = %ld\n",
- buffer, key.dptr, keysize));
+ buffer, key.dptr, (long)keysize));
if (memcmp((POINTER) key.dptr, (POINTER) buffer, cmplen) == 0 &&
(*sepp == conf.fieldsep || *sepp == '\0')) {
/* we found it */