summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ucs2any.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ucs2any.c b/ucs2any.c
index a6e8fb6..cc60544 100644
--- a/ucs2any.c
+++ b/ucs2any.c
@@ -737,7 +737,6 @@ main(int argc, char *argv[])
if (p[0] == '0' && (p[1] == 'x' || p[1] == 'X')) {
ucs = strtol(p+2, &endp, 16);
if (*endp == '\0') goto bad;
- p = endp;
} else
goto bad;