From 423919abb5db50a7dc889a5f26b7dcc326f85b01 Mon Sep 17 00:00:00 2001 From: AnyOldName3 Date: Wed, 20 Jul 2016 15:19:34 +0100 Subject: [PATCH] Make it not build again (but theoretically enable the desired functionality). --- components/fallback/validate.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/fallback/validate.hpp b/components/fallback/validate.hpp index d0cad4672..cb3555d7f 100644 --- a/components/fallback/validate.hpp +++ b/components/fallback/validate.hpp @@ -91,7 +91,7 @@ namespace Files { std::cout << "The new dodgy operator>> is being used" << std::endl; boost::iostreams::filtering_istream filteredStream; - //filteredStream.push(unescape_hash_filter()); + filteredStream.push(unescape_hash_filter()); filteredStream.push(istream); filteredStream >> escapePath.mPath;