summaryrefslogtreecommitdiff
path: root/utf8.c
diff options
context:
space:
mode:
Diffstat (limited to 'utf8.c')
-rw-r--r--utf8.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/utf8.c b/utf8.c
index b9efb366b0..bfcc40cfd0 100644
--- a/utf8.c
+++ b/utf8.c
@@ -2908,7 +2908,6 @@ S_swash_scan_list_line(pTHX_ U8* l, U8* const lend, UV* min, UV* max, UV* val,
char *after_strtol = (char *) lend;
*val = Strtol((char *)l, &after_strtol, 10);
l = (U8 *) after_strtol;
- *val += *min;
}
else { /* Other tables are in hex, and are the correct result
without tweaking */