summaryrefslogtreecommitdiff
path: root/systemv/lpstat.c
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2010-04-09 22:45:27 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2010-04-09 22:45:27 +0000
commit39ff2fe72b9fc06ae7acc909584f87874f3a71b8 (patch)
tree15c098dbbce2d129a36a273dd777a179db37b8d3 /systemv/lpstat.c
parentaaf19ab07e5ba1f270e4ebbc321a1a0b76a4d25f (diff)
downloadcups-39ff2fe72b9fc06ae7acc909584f87874f3a71b8.tar.gz
Merge changes from CUPS 1.5svn-r9098.
git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@2056 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'systemv/lpstat.c')
-rw-r--r--systemv/lpstat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/systemv/lpstat.c b/systemv/lpstat.c
index b21b36804..a1f4698f7 100644
--- a/systemv/lpstat.c
+++ b/systemv/lpstat.c
@@ -574,11 +574,11 @@ match_list(const char *list, /* I - List of names */
/*
- * An empty list always matches...
+ * An empty list never matches...
*/
if (!list || !*list)
- return (1);
+ return (0);
while (*list)
{