From a3aba3f5af01e312677cfbe7ff7ccfe37e816a58 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Mon, 13 Feb 2012 00:39:14 +0000 Subject: Use _pipe() for pipe() on Windows/Mingw git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1648 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- urt/rle_open_f.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'urt/rle_open_f.c') diff --git a/urt/rle_open_f.c b/urt/rle_open_f.c index 956d5d01..f653e6a0 100644 --- a/urt/rle_open_f.c +++ b/urt/rle_open_f.c @@ -52,7 +52,7 @@ my_popen(const char * const cmd, return NULL; } - if ( pipe(pipefd) < 0 ) + if (pm_pipe(pipefd) < 0 ) return NULL; /* Flush known files. */ -- cgit 1.4.1