From 3a591997ba6ac447f9a8630eaae0e96f0cf5fb16 Mon Sep 17 00:00:00 2001 From: diego Date: Wed, 20 Oct 2004 01:32:56 +0000 Subject: printf --> mp_msg by the Wanderer git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13700 b3059339-0415-0410-9bf9-f77b7e298cf2 --- fifo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fifo.c') diff --git a/fifo.c b/fifo.c index ba803eb0e9..dc9d832432 100644 --- a/fifo.c +++ b/fifo.c @@ -7,7 +7,7 @@ static int keyb_fifo_get=-1; static void make_pipe(int* pr,int* pw){ int temp[2]; - if(pipe(temp)!=0) printf("Cannot make PIPE!\n"); + if(pipe(temp)!=0) mp_msg(MSGT_FIXME, MSGL_FIXME, MSGTR_CannotMakePipe); *pr=temp[0]; *pw=temp[1]; } -- cgit v1.2.3