From 3de8ddabc73aa9f96def1809113eb79efcec17e4 Mon Sep 17 00:00:00 2001 From: reimar Date: Fri, 30 Jan 2009 15:38:54 +0000 Subject: Fix an MSGT_INPUT to MSGT_LIRC in lirc.c git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28389 b3059339-0415-0410-9bf9-f77b7e298cf2 --- input/lirc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'input') diff --git a/input/lirc.c b/input/lirc.c index 7b9f675c04..17b7364e9e 100644 --- a/input/lirc.c +++ b/input/lirc.c @@ -84,7 +84,7 @@ int mp_input_lirc_read(int fd,char* dest, int s) { // 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; } -- cgit v1.2.3