[Toxine-cvs] CVS: toxine/src xine_commands.c,1.2,1.3
Brought to you by:
f1rmb
From: Daniel Caujolle-B. <f1...@us...> - 2002-05-23 19:46:07
|
Update of /cvsroot/toxine/toxine/src In directory usw-pr-cvs1:/tmp/cvs-serv11447 Modified Files: xine_commands.c Log Message: change printf() to perr(). Index: xine_commands.c =================================================================== RCS file: /cvsroot/toxine/toxine/src/xine_commands.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- xine_commands.c 14 May 2002 07:03:09 -0000 1.2 +++ xine_commands.c 23 May 2002 19:46:04 -0000 1.3 @@ -372,7 +372,7 @@ void _xine_init(commands_t *command, toxine_t *tox, void *data) { if(!toxine_video_out_init(tox)) { - printf("unable to initialize video out plugin.\n"); + perr("unable to initialize video out plugin.\n"); return; } |