X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=util%2Fcharmap.c;h=c67cae95278d364632974536156a5e302f5edd12;hp=c242b3a7cd6df4b71ff8b92167f116d0862a6c5a;hb=fb3e887b2445125b293c863fda023424014cc564;hpb=28a5e11d6d51c63fbdcfde35782de65e848ddd0c 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')