aboutsummaryrefslogtreecommitdiff
path: root/bpkg/fetch.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/fetch.cxx')
-rw-r--r--bpkg/fetch.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bpkg/fetch.cxx b/bpkg/fetch.cxx
index f63a6e3..484d014 100644
--- a/bpkg/fetch.cxx
+++ b/bpkg/fetch.cxx
@@ -590,7 +590,7 @@ namespace bpkg
ifs.exceptions (ofstream::badbit | ofstream::failbit);
ofs.exceptions (ofstream::badbit | ofstream::failbit);
- ofs << ifs.rdbuf();
+ ofs << ifs.rdbuf ();
// In case they throw.
//