mirror of
https://github.com/cc65/cc65.git
synced 2025-01-12 02:30:44 +00:00
Merged pull request #771 from DankRank/master.
da65: properly scan empty strings in info file.
This commit is contained in:
commit
4a38b92a4b
@ -413,6 +413,7 @@ Again:
|
||||
case '\"':
|
||||
NextChar ();
|
||||
I = 0;
|
||||
InfoSVal[0] = '\0';
|
||||
while (C != EOF && C != '\"') {
|
||||
if (GetEncodedChar (InfoSVal, &I, sizeof InfoSVal) < 0) {
|
||||
if (C == EOF) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user