summaryrefslogtreecommitdiff
path: root/systemv/cancel.c
diff options
context:
space:
mode:
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...