Fix octal numbers parsing
PR: 19950 Submitted by: Alexey Klimov <klim@unique.kiev.ua>
This commit is contained in:
parent
5a659df928
commit
b45cd0c3e0
@ -31,6 +31,8 @@ up-to-date. Many thanks.
|
||||
Cambridge, MA 02139 USA
|
||||
nazgul@alfalfa.com
|
||||
|
||||
$FreeBSD$
|
||||
|
||||
******************************************************************/
|
||||
|
||||
/* Edit History
|
||||
@ -265,6 +267,7 @@ char quote;
|
||||
*tptr += (*cptr - '0');
|
||||
++cptr;
|
||||
}
|
||||
++tptr;
|
||||
} else {
|
||||
warning(cptr, "unrecognized escape sequence");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user