X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fuqmi.git;a=blobdiff_plain;f=commands-wms.c;h=78554c5752628a5d37f452a4473ee76f56241e5e;hp=cd15fbf7dc0e904823f1283a2b6da4e41c1cb4b7;hb=c0e7fc3d79c9b6055ba789059cddd0dfcdf82d6f;hpb=a9d11dff5ca4d7fbb693ecd2e41213d901ae8f9e diff --git a/commands-wms.c b/commands-wms.c index cd15fbf..78554c5 100644 --- a/commands-wms.c +++ b/commands-wms.c @@ -48,7 +48,7 @@ put_unicode_char(char *dest, uint16_t c) static int -pdu_decode_7bit_char(char *dest, int len, char c, bool *escape) +pdu_decode_7bit_char(char *dest, int len, unsigned char c, bool *escape) { uint16_t conv_0x20[] = { 0x0040, 0x00A3, 0x0024, 0x00A5, 0x00E8, 0x00E9, 0x00F9, 0x00EC,