summaryrefslogtreecommitdiffstats
path: root/usr.sbin/lpr
diff options
context:
space:
mode:
authorgad <gad@FreeBSD.org>2001-10-09 00:04:59 +0000
committergad <gad@FreeBSD.org>2001-10-09 00:04:59 +0000
commit28ccdf65058a921f0db4b4c374922ffcddf0e8bc (patch)
treeb8082b79c842887b600df5a68a729057567d47fc /usr.sbin/lpr
parent5596973a17716b0bb737e0838e8052277f6f8151 (diff)
downloadFreeBSD-src-28ccdf65058a921f0db4b4c374922ffcddf0e8bc.zip
FreeBSD-src-28ccdf65058a921f0db4b4c374922ffcddf0e8bc.tar.gz
Fix minor compile-time warning that snunk in with changes to sortq() rtn.
MFC after: 4 days
Diffstat (limited to 'usr.sbin/lpr')
-rw-r--r--usr.sbin/lpr/lpc/cmds.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/lpr/lpc/cmds.c b/usr.sbin/lpr/lpc/cmds.c
index 252be8d..6b63293 100644
--- a/usr.sbin/lpr/lpc/cmds.c
+++ b/usr.sbin/lpr/lpc/cmds.c
@@ -365,6 +365,7 @@ sortq(const void *a, const void *b)
cat_X = cat_other; \
ch = *(fname_X + 2); \
jnum_X = fname_X + 3; \
+ seq_X = 0; \
if ((*(fname_X + 1) == 'f') && (isalpha(ch))) { \
seq_X = ch; \
if (*fname_X == 'c') \
OpenPOWER on IntegriCloud