From 0a7f6d0b5935f9794dda8935d37d4238bed3d611 Mon Sep 17 00:00:00 2001 From: Pixel Date: Wed, 28 Nov 2001 22:03:53 +0000 Subject: Some changes... --- include/Exceptions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/Exceptions.h') 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); } }; -- cgit v1.2.3