mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2025-02-08 22:26:38 +00:00
Use Readline in datatest.cpp
This commit is contained in:
parent
07d3f954c9
commit
d32ff560eb
@ -1173,7 +1173,7 @@ bool GetField(std::istream &is, std::string &name, std::string &value)
|
||||
if (continueLine)
|
||||
value += ' ';
|
||||
}
|
||||
while (continueLine && is >> std::ws && std::getline(is, line));
|
||||
while (continueLine && Readline(is, line));
|
||||
|
||||
return true;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user