summaryrefslogtreecommitdiff
path: root/include/Exceptions.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/Exceptions.h')
-rw-r--r--include/Exceptions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Exceptions.h b/include/Exceptions.h
index e72a8a2..71e2bac 100644
--- a/include/Exceptions.h
+++ b/include/Exceptions.h
@@ -74,7 +74,7 @@ class Base {
xfree((void *) p);
}
static int pipe(int * p, int flag = 0) {
- return xpipe(p);
+ return xpipe(p, flag);
}
};