Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion toke.c
Original file line number Diff line number Diff line change
Expand Up @@ -12501,7 +12501,7 @@ Perl_scan_num(pTHX_ const char *start, YYSTYPE* lvalp)

switch (*s) {
default:
croak("panic: scan_num, *s=%d", *s);
croak("panic: scan_num, *s=%c", *s);

/* if it starts with a 0, it could be an octal number, a decimal in
0.13 disguise, or a hexadecimal number, or a binary number. */
Expand Down
Loading