mirror of https://github.com/PCSX2/pcsx2.git
Left this in accidentally.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@3014 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
427206a97c
commit
0231a47547
|
@ -95,8 +95,6 @@ private:
|
|||
}
|
||||
for(;;) {
|
||||
t = reader.getLine();
|
||||
int eol = t.rfind("\r");
|
||||
if (eol != string::npos) t = t.substr(0, eol);
|
||||
|
||||
if (!t.compare(endString)) break;
|
||||
keyPair.value += t + "\n";
|
||||
|
|
Loading…
Reference in New Issue