Merged pull request #771 from DankRank/master.
da65: properly scan empty strings in info file.
This commit is contained in:
@@ -413,6 +413,7 @@ Again:
|
|||||||
case '\"':
|
case '\"':
|
||||||
NextChar ();
|
NextChar ();
|
||||||
I = 0;
|
I = 0;
|
||||||
|
InfoSVal[0] = '\0';
|
||||||
while (C != EOF && C != '\"') {
|
while (C != EOF && C != '\"') {
|
||||||
if (GetEncodedChar (InfoSVal, &I, sizeof InfoSVal) < 0) {
|
if (GetEncodedChar (InfoSVal, &I, sizeof InfoSVal) < 0) {
|
||||||
if (C == EOF) {
|
if (C == EOF) {
|
||||||
|
|||||||
Reference in New Issue
Block a user