forked from mirror/openmw-tes3mp
Make it not build again (but theoretically enable the desired functionality).
This commit is contained in:
parent
59639e3988
commit
423919abb5
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ namespace Files {
|
||||||
std::cout << "The new dodgy operator>> is being used" << std::endl;
|
std::cout << "The new dodgy operator>> is being used" << std::endl;
|
||||||
|
|
||||||
boost::iostreams::filtering_istream filteredStream;
|
boost::iostreams::filtering_istream filteredStream;
|
||||||
//filteredStream.push(unescape_hash_filter());
|
filteredStream.push(unescape_hash_filter());
|
||||||
filteredStream.push(istream);
|
filteredStream.push(istream);
|
||||||
|
|
||||||
filteredStream >> escapePath.mPath;
|
filteredStream >> escapePath.mPath;
|
||||||
|
|
Loading…
Reference in a new issue