# HG changeset patch # User ptt # Date 1160696932 0 # Node ID 871ae3b173bd0434e914d92ea005e176674fd500 # Parent 1de2d4a970a2174b2526b29194c78271d15f1449 litle bug, didn't compile :( diff -r 1de2d4a970a2 -r 871ae3b173bd input/lirc.c --- a/input/lirc.c Thu Oct 12 23:19:46 2006 +0000 +++ b/input/lirc.c Thu Oct 12 23:48:52 2006 +0000 @@ -30,7 +30,7 @@ } if(lirc_readconfig( lirc_configfile,&lirc_config,NULL )!=0 ){ - mp_msg(MSGT_LIRC,MSGL_ERR,MSGTR_LIRCcfgerr MSGTR_LIRCdisabled, + mp_msg(MSGT_LIRC,MSGL_ERR,MSGTR_LIRCcfgerr, lirc_configfile == NULL ? "~/.lircrc" : lirc_configfile); lirc_deinit(); return -1;