Mercurial > mplayer.hg
diff input/lirc.c @ 20191:871ae3b173bd
litle bug, didn't compile :(
| author | ptt |
|---|---|
| date | Thu, 12 Oct 2006 23:48:52 +0000 |
| parents | b6eed21e0535 |
| children | 142c53391eb7 |
line wrap: on
line diff
--- 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;
