summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2012-02-29 11:15:17 -0700
committerKarl Williamson <public@khwilliamson.com>2012-03-19 16:51:25 -0600
commit22bc5f56c4cdabb8df1b2acae33971781fb1814e (patch)
treee5d0a28170222341954cbb45999fd1c05859155a /lib
parentc256547e3b6143ea565019347505bc1996fc59e7 (diff)
downloadperl-22bc5f56c4cdabb8df1b2acae33971781fb1814e.tar.gz
mktables: Add required parens and reword warning msg
Should this message ever get triggered, it would fail because the precedence is wrong: the argument to hex needs parens. Also reword somewhat for clarity.
Diffstat (limited to 'lib')
-rw-r--r--lib/unicore/mktables4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/unicore/mktables b/lib/unicore/mktables
index 3c8e4d9252..e322d36418 100644
--- a/lib/unicore/mktables
+++ b/lib/unicore/mktables
@@ -11008,8 +11008,8 @@ END
. $object->name
. "(0x$fields[0]) is $value"
. " and SpecialCasing.txt thinks it is "
- . hex $fields[$i]
- . ". Good luck. Proceeding anyway.");
+ . hex($fields[$i])
+ . ". Good luck. Retaining UnicodeData value, and proceeding anyway.");
}
}
else {