mirror of
https://github.com/mpv-player/mpv
synced 2024-12-28 06:03:45 +01: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:
parent
c941ffb0b9
commit
ca72e69c11
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user