[MPlayer-cvslog] r28389 - trunk/input/lirc.c
reimar
subversion at mplayerhq.hu
Fri Jan 30 16:38:54 CET 2009
Author: reimar
Date: Fri Jan 30 16:38:54 2009
New Revision: 28389
Log:
Fix an MSGT_INPUT to MSGT_LIRC in lirc.c
Modified:
trunk/input/lirc.c
Modified: trunk/input/lirc.c
==============================================================================
--- trunk/input/lirc.c Thu Jan 29 16:17:22 2009 (r28388)
+++ trunk/input/lirc.c Fri Jan 30 16:38:54 2009 (r28389)
@@ -84,7 +84,7 @@ int mp_input_lirc_read(int fd,char* dest
// Nothing in the buffer, poll the lirc fd
if(lirc_nextcode(&code) != 0) {
- mp_msg(MSGT_INPUT,MSGL_ERR,"Lirc error :(\n");
+ mp_msg(MSGT_LIRC,MSGL_ERR,"Lirc error :(\n");
return MP_INPUT_DEAD;
}
More information about the MPlayer-cvslog
mailing list