Commit 2fdb27ee authored by mercury233's avatar mercury233

fix

parent aa180ceb
...@@ -105,6 +105,7 @@ bool DataManager::LoadStrings(IReadFile* reader) { ...@@ -105,6 +105,7 @@ bool DataManager::LoadStrings(IReadFile* reader) {
linebuf[0] = '\0'; linebuf[0] = '\0';
} }
} }
reader->drop();
return true; return true;
} }
void DataManager::ReadStringConfLine(const char* linebuf) { void DataManager::ReadStringConfLine(const char* linebuf) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment