X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=util%2Fcharmap.c;h=c67cae95278d364632974536156a5e302f5edd12;hb=ba9a1dffee09bca88d8352a9fb15bd185e7679a8;hp=c242b3a7cd6df4b71ff8b92167f116d0862a6c5a;hpb=33c15f71bd643f902e9ca75847c32942cd04920f;p=idzebra-moved-to-github.git diff --git a/util/charmap.c b/util/charmap.c index c242b3a..c67cae9 100644 --- a/util/charmap.c +++ b/util/charmap.c @@ -427,7 +427,7 @@ static int scan_string(char *s_native, ucs4_t arg[512]; ucs4_t arg_prim[512]; - ucs4_t *s0, *s = arg; + ucs4_t *s = arg; ucs4_t c, begin, end; size_t i; @@ -484,7 +484,7 @@ static int scan_string(char *s_native, break; case '(': ++s; - s0 = s; i = 0; + i = 0; while (*s != ')' || s[-1] == '\\') { if (*s == '\0')