summaryrefslogtreecommitdiff
path: root/src/ghost/ijsgutenprint.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ghost/ijsgutenprint.c')
-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);