aboutsummaryrefslogtreecommitdiff
path: root/bpkg/archive.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/archive.cxx')
-rw-r--r--bpkg/archive.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bpkg/archive.cxx b/bpkg/archive.cxx
index 6cce8a2..1471029 100644
--- a/bpkg/archive.cxx
+++ b/bpkg/archive.cxx
@@ -222,7 +222,7 @@ namespace bpkg
// If diag is false, then redirect stderr to stdout.
//
- auto_fd nfd (diag ? nullfd : fdnull ());
+ auto_fd nfd (diag ? nullfd : open_null ());
if (i != 0)
{