summaryrefslogtreecommitdiff
path: root/src/ghost
diff options
context:
space:
mode:
authorRoger Leigh <rleigh@debian.org>2008-11-17 23:45:56 +0000
committerRoger Leigh <rleigh@debian.org>2008-11-17 23:45:56 +0000
commit15fd5cc391273464beef576568675599633a9827 (patch)
treee7d832b47e388c2691310404e2f9e2961d89705a /src/ghost
parent33a17feb28af2d2aeabc8c7ab5ef509ea3de15a7 (diff)
Imported Upstream version 5.2.2
Diffstat (limited to 'src/ghost')
-rw-r--r--src/ghost/ijsgutenprint.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ghost/ijsgutenprint.c b/src/ghost/ijsgutenprint.c
index 9a75815..01c0a88 100644
--- a/src/ghost/ijsgutenprint.c
+++ b/src/ghost/ijsgutenprint.c
@@ -1,5 +1,5 @@
/*
- * $Id: ijsgutenprint.c,v 1.21 2008/07/05 03:43:26 rlk Exp $
+ * $Id: ijsgutenprint.c,v 1.22 2008/11/02 22:21:49 rlk Exp $
*
* IJS server for Gutenprint.
*
@@ -824,7 +824,7 @@ gutenprint_set_cb (void *set_cb_data, IjsServerCtx *ctx, IjsJobId jobid,
else if (strcmp(vbuf, "True") == 0 ||
strcmp(vbuf, "true") == 0 ||
strcmp(vbuf, "TRUE") == 0 ||
- strcmp(vbuf, "0") == 0)
+ strcmp(vbuf, "1") == 0)
stp_set_boolean_parameter(img->v, xkey, 1);
else
fprintf(stderr, "ERROR: ijsgutenprint: cannot parse %s boolean %s\n", xkey, vbuf);