mirror of
https://github.com/luanti-org/luanti.git
synced 2025-12-05 23:25:24 +01:00
Make sure relevant std::stringstreams are set to binary
This commit is contained in:
@@ -460,7 +460,6 @@ void InventoryList::deSerialize(std::istream &is)
|
||||
std::getline(is, line, '\n');
|
||||
|
||||
std::istringstream iss(line);
|
||||
//iss.imbue(std::locale("C"));
|
||||
|
||||
std::string name;
|
||||
std::getline(iss, name, ' ');
|
||||
|
||||
Reference in New Issue
Block a user