X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fcups.git;a=blobdiff_plain;f=cups%2Fhttp-support.c;h=be6cfbe844f3539c523b45c23f83445937ff1d1b;hp=a05e528a3976df015e3fc515cb6dccd5e7bd8025;hb=ac884b6a1c1c3dfe73ef7e770d91ea225002a2c3;hpb=5a738aeaea5c4dd9384a8601cc5c99be683b69ca diff --git a/cups/http-support.c b/cups/http-support.c index a05e528a3..be6cfbe84 100644 --- a/cups/http-support.c +++ b/cups/http-support.c @@ -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)