libDtSearch: Resolve 38 -Wformat warnings

This commit is contained in:
Peter Howkins
2012-11-12 16:26:11 +00:00
parent a10520c43c
commit 9040256676
8 changed files with 37 additions and 37 deletions

View File

@@ -228,8 +228,8 @@ char *get_hitlist_text (int maxlen)
if (usrblk.debug & USRDBG_UTIL)
fprintf (aa_stderr, PROGNAME "160 "
"get_hitlist_text(): mallocsz=%ld textlen=%ld\n",
mallocsz, strlen (text));
"get_hitlist_text(): mallocsz=%lu textlen=%lu\n",
(unsigned long) mallocsz, (unsigned long) strlen (text));
return text;
} /* get_hitlist_text() */