diff options
Diffstat (limited to 'paludis/environments/paludis')
-rw-r--r-- | paludis/environments/paludis/world.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/paludis/environments/paludis/world.cc b/paludis/environments/paludis/world.cc index 79e865da1..2ffd2d1a1 100644 --- a/paludis/environments/paludis/world.cc +++ b/paludis/environments/paludis/world.cc @@ -106,7 +106,7 @@ World::_add_string_to_world(const std::string & n) const { try { - SafeOFStream f(*_imp->maybe_world_file); + SafeOFStream f(*_imp->maybe_world_file, -1, true); } catch (const SafeOFStreamError & e) { |