1
mirror of https://github.com/mpv-player/mpv synced 2024-07-27 17:48:22 +02:00

litle bug, didn't compile :(

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20197 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
ptt 2006-10-12 23:48:52 +00:00
parent c941ffb0b9
commit ca72e69c11

View File

@ -30,7 +30,7 @@ mp_input_lirc_init(void) {
}
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;