]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - cups/http-support.c
Merge CUPS 1.4svn-r7319.
[thirdparty/cups.git] / cups / http-support.c
index a05e528a3976df015e3fc515cb6dccd5e7bd8025..be6cfbe844f3539c523b45c23f83445937ff1d1b 100644 (file)
@@ -1283,7 +1283,7 @@ http_copy_encode(char       *dst, /* O - Destination buffer */
                 const char *term,      /* I - Terminating characters */
                 int        encode)     /* I - %-encode reserved chars? */
 {
-  static const char *hex = "0123456789ABCDEF";
+  static const char hex[] = "0123456789ABCDEF";
 
 
   while (*src && dst < dstend)