summaryrefslogtreecommitdiff
path: root/cups/http-support.c
diff options
context:
space:
mode:
Diffstat (limited to 'cups/http-support.c')
-rw-r--r--cups/http-support.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cups/http-support.c b/cups/http-support.c
index 18762669f..4207ae299 100644
--- a/cups/http-support.c
+++ b/cups/http-support.c
@@ -649,7 +649,7 @@ httpDecode64_2(char *out, /* I - String to write to */
break;
case 3 :
if (outptr < outend)
- *outptr++ |= base64;
+ *outptr++ |= (char)base64;
pos = 0;
break;
}