aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bbot/utility.txx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bbot/utility.txx b/bbot/utility.txx
index d743a6a..98ae729 100644
--- a/bbot/utility.txx
+++ b/bbot/utility.txx
@@ -197,7 +197,7 @@ namespace bbot
try
{
- ofdstream ofs (f, ios::binary);
+ ofdstream ofs (f, fdopen_mode::binary);
auto_rmfile arm (f); // Try to remove on failure ignoring errors.
serialize_manifest (m, ofs, f.string (), what, true);