finch/gntdebug.c

changeset 35877
6c3ab2fd4412
parent 35454
cf2a24d01503
child 35972
04fa195c585c
--- a/finch/gntdebug.c	Sat Apr 19 20:04:33 2014 +0530
+++ b/finch/gntdebug.c	Sun Apr 20 18:13:36 2014 +0200
@@ -72,7 +72,7 @@
 		}
 		return;
 	}
-	if (pipe(pipes)) {
+	if (purple_input_pipe(pipes)) {
 		readhandle = -1;
 		return;
 	};

mercurial