mirror of
https://github.com/php/php-src.git
synced 2024-12-01 05:43:38 +08:00
- Updated generated file
This commit is contained in:
parent
232ae3df01
commit
9adda6199b
@ -1,4 +1,4 @@
|
||||
/* Generated by re2c 0.13.5 on Mon Jun 28 13:40:53 2010 */
|
||||
/* Generated by re2c 0.13.5 on Fri Aug 6 19:20:07 2010 */
|
||||
#line 1 "ext/standard/var_unserializer.re"
|
||||
/*
|
||||
+----------------------------------------------------------------------+
|
||||
@ -227,7 +227,7 @@ static inline long parse_iv2(const unsigned char *p, const unsigned char **q)
|
||||
while (1) {
|
||||
cursor = (char)*p;
|
||||
if (cursor >= '0' && cursor <= '9') {
|
||||
result = result * 10 + cursor - '0';
|
||||
result = result * 10 + (size_t)(cursor - (unsigned char)'0');
|
||||
} else {
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user