about summary refs log tree commit diff
path: root/converter/other/pnmtops.c
diff options
context:
space:
mode:
Diffstat (limited to 'converter/other/pnmtops.c')
-rw-r--r--converter/other/pnmtops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/converter/other/pnmtops.c b/converter/other/pnmtops.c
index a2256523..4b56b6a2 100644
--- a/converter/other/pnmtops.c
+++ b/converter/other/pnmtops.c
@@ -772,7 +772,7 @@ static void
 makePipe(int * const pipeFdArray) {
 
     int rc;
-    rc = pipe(pipeFdArray);
+    rc = pm_pipe(pipeFdArray);
     if (rc == -1)
         pm_error("pipe() failed, errno = %d (%s)", errno, strerror(errno));
 }