Mercurial > mplayer.hg
changeset 20191:871ae3b173bd
litle bug, didn't compile :(
author | ptt |
---|---|
date | Thu, 12 Oct 2006 23:48:52 +0000 |
parents | 1de2d4a970a2 |
children | ce7c12be6448 |
files | input/lirc.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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;