r284198 seems to have left a null format string printf that gcc does *not*

like breaking mips builds.

Submitted by:	Shawn Webb <shawn.webb@hardenedbsd.org>
Obtained from:	HardenedBSD
This commit is contained in:
sbruno 2015-06-11 02:29:39 +00:00
parent b88cbe703a
commit 4b0e592d9f

View File

@ -288,7 +288,6 @@ printcol(const DISPLAY *dp)
if (dp->entries > lastentries) {
if ((narray =
realloc(array, dp->entries * sizeof(FTSENT *))) == NULL) {
xo_warn(NULL);
printscol(dp);
return;
}