summaryrefslogtreecommitdiffstats
path: root/dbm_map.c
diff options
context:
space:
mode:
Diffstat (limited to 'dbm_map.c')
-rw-r--r--dbm_map.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbm_map.c b/dbm_map.c
index d5d53395..63b7cfa2 100644
--- a/dbm_map.c
+++ b/dbm_map.c
@@ -100,7 +100,7 @@ dbm_map(const char *fname)
}
max_offset = be32toh(*dbm_getint(3)) + sizeof(int32_t);
if (st.st_size != max_offset) {
- warnx("dbm_map(%s): Inconsistent file size %llu (expected %d)",
+ warnx("dbm_map(%s): Inconsistent file size %lld (expected %d)",
fname, st.st_size, max_offset);
errno = EFTYPE;
goto fail;