about summary refs log tree commit diff
path: root/urt
diff options
context:
space:
mode:
Diffstat (limited to 'urt')
-rw-r--r--urt/rle_open_f.c2
1 files changed, 1 insertions, 1 deletions
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. */