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:
Sean Bruno 2015-06-11 02:29:39 +00:00
parent a7c4e991b8
commit a0be738b20
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=284252

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;
}