summaryrefslogtreecommitdiff
path: root/systemv/cancel.c
diff options
context:
space:
mode:
authorMichael Sweet <michael.r.sweet@gmail.com>2016-04-15 10:31:13 -0400
committerMichael Sweet <michael.r.sweet@gmail.com>2016-04-15 10:31:13 -0400
commit68c4690a3b0b018488c01343d3546b1b1fc51090 (patch)
treeee5b4266c95c3d59cdcf6e556d07212f74965778 /systemv/cancel.c
parente00dad7cd7e666a5caa971018fcf3fb595f93977 (diff)
downloadcups-68c4690a3b0b018488c01343d3546b1b1fc51090.tar.gz
Add more targets covering the CGIs and filters.
Fix some build warnings.
Diffstat (limited to 'systemv/cancel.c')
-rw-r--r--systemv/cancel.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/systemv/cancel.c b/systemv/cancel.c
index 67346393d..7540d0ba8 100644
--- a/systemv/cancel.c
+++ b/systemv/cancel.c
@@ -282,7 +282,7 @@ main(int argc, /* I - Number of command-line arguments */
"requesting-user-name", NULL, cupsUser());
if (purge)
- ippAddBoolean(request, IPP_TAG_OPERATION, "purge-jobs", purge);
+ ippAddBoolean(request, IPP_TAG_OPERATION, "purge-jobs", (char)purge);
/*
* Do the request and get back a response...
@@ -348,7 +348,7 @@ main(int argc, /* I - Number of command-line arguments */
ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_NAME,
"requesting-user-name", NULL, cupsUser());
- ippAddBoolean(request, IPP_TAG_OPERATION, "purge-jobs", purge);
+ ippAddBoolean(request, IPP_TAG_OPERATION, "purge-jobs", (char)purge);
/*
* Do the request and get back a response...