Fix octal numbers parsing
PR: 19950 Submitted by: Alexey Klimov <klim@unique.kiev.ua>
This commit is contained in:
parent
2873654a65
commit
38d3d2d67c
@ -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