aboutsummaryrefslogtreecommitdiff
path: root/bpkg/fetch.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-12-30 20:24:29 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-01-08 16:51:05 +0200
commit4b074f21d097e02a8343a4c1d8ad48e6661d622a (patch)
tree625d0c129276a22e43fb840a36e3bc6af300901d /bpkg/fetch.cxx
parent02ca7e6b7bb7c01659adba36944e59262f307b06 (diff)
Support package dependency version range
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.
//