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

@@ -153,7 +153,7 @@ long hilite_cleartext (int parse_type, char *stems, int stemcount)
hitwords_size += hitwords_size >> 1; /* 1.5 times */
if (debugging_hilite || (usrblk.debug & USRDBG_RETRVL))
fprintf (aa_stderr,
PROGNAME"098 realloc for %ld hitwords.\n",
PROGNAME"098 realloc for %d hitwords.\n",
hitwords_size);
hitwords = realloc (hitwords,
hitwords_size * sizeof(DtSrHitword) + 16);