changeset 28354:5b1f6e52673b

Fix an MSGT_INPUT to MSGT_LIRC in lirc.c
author reimar
date Fri, 30 Jan 2009 15:38:54 +0000
parents 63d187530f86
children 418d7d213966
files input/lirc.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/input/lirc.c	Thu Jan 29 15:17:22 2009 +0000
+++ b/input/lirc.c	Fri Jan 30 15:38:54 2009 +0000
@@ -84,7 +84,7 @@
       
   // 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;
   }