|
@@ -250,7 +250,7 @@ std::string CLegacyConfigParser::readRawString()
|
|
|
else
|
|
else
|
|
|
ret = extractNormalString();//string without quotes - copy till \t or \r
|
|
ret = extractNormalString();//string without quotes - copy till \t or \r
|
|
|
|
|
|
|
|
- curr++;
|
|
|
|
|
|
|
+ curr++;
|
|
|
return ret;
|
|
return ret;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -292,7 +292,7 @@ bool CLegacyConfigParser::endLine()
|
|
|
while (curr < end && *curr != '\n')
|
|
while (curr < end && *curr != '\n')
|
|
|
readString();
|
|
readString();
|
|
|
|
|
|
|
|
- curr++;
|
|
|
|
|
|
|
+ curr++;
|
|
|
|
|
|
|
|
return curr < end;
|
|
return curr < end;
|
|
|
}
|
|
}
|