master
Geoffrey Merck 4 years ago
parent 45dade6f6b
commit fbaaf20ffd

@ -41,7 +41,7 @@ m_locks()
if (logging)
wxLogMessage("Reading %s", fileName.c_str());
while(!file.eof()) {// To get you all the lines.
while(!file.eof()) {
std::string line;
std::getline(file, line);

Loading…
Cancel
Save

Powered by TurnKey Linux.