diff options
author | Pixel <Pixel> | 2001-11-28 22:03:53 +0000 |
---|---|---|
committer | Pixel <Pixel> | 2001-11-28 22:03:53 +0000 |
commit | 0a7f6d0b5935f9794dda8935d37d4238bed3d611 (patch) | |
tree | 8c45e37dd1e95df0efa3414d33ca2e7f597872e2 /include/Exceptions.h | |
parent | 9f2ad93e4dd13446a9df2304f1f74c4272739bea (diff) |
Some changes...
Diffstat (limited to 'include/Exceptions.h')
-rw-r--r-- | include/Exceptions.h | 2 |
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); } }; |