Commit e75d99e
fix: use actual parsed string in literal size error message
The error format string was logging s[i+1:j] (which includes '+' from
LITERAL+ syntax) but Atoi receives s[i+1:sizeEnd] (numeric only).
Log the same string that was actually passed to Atoi.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 812d3b2 commit e75d99e
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
298 | 298 | | |
299 | 299 | | |
300 | 300 | | |
301 | | - | |
| 301 | + | |
302 | 302 | | |
303 | 303 | | |
304 | 304 | | |
| |||
0 commit comments