From 86602bbb645987b8b59588d1d2c74679589f6a7b Mon Sep 17 00:00:00 2001 From: Haru Date: Mon, 26 Aug 2013 20:35:13 +0200 Subject: Added support for non-fatal error messages from the script parser - Changed overflow errors to be non-fatal. The value will now be capped to INT_MAX or INT_MIN. - Follow-up to 8351881 Signed-off-by: Haru --- doc/script_commands.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/script_commands.txt') diff --git a/doc/script_commands.txt b/doc/script_commands.txt index b10c7aef0..75c731d53 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -406,7 +406,7 @@ Also notice that if you try to 'mes 0x10' it will print '16'. Number values can't exceed the limits of an integer variable: Any number greater than INT_MAX (2147483647) or smaller than INT_MIN (-2147483648) will -not be recognized. +be capped to those values and will cause a warning to be reported. Variables --------- -- cgit v1.2.3-60-g2f50