Get rid of a trigraph ("??>") mistakenly put in an error message.

One less warning to annoy me...

MFC after:	1 week
This commit is contained in:
gad 2001-06-16 00:14:02 +00:00
parent f5fc9b5340
commit 95d8cd7c5a

View File

@ -569,7 +569,7 @@ errloop:
if (status)
syslog(LOG_WARNING,
"lpd startup: printcap entry for %s has errors, skipping",
pp->printer ? pp->printer : "<???>");
pp->printer ? pp->printer : "<noname?>");
} while (more && status);
}
}