mirror of
https://github.com/mpv-player/mpv
synced 2025-01-02 13:02:24 +00:00
Don't print (stupid) message if output directory is .
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14853 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
97134095d3
commit
bec76eab73
@ -227,8 +227,10 @@ void pnm_mkdir(char *buf, int verbose) {
|
|||||||
exit_player(MSGTR_Exit_error);
|
exit_player(MSGTR_Exit_error);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (strcmp(buf, ".") != 0) {
|
||||||
mp_msg(MSGT_VO, MSGL_INFO, "%s: %s - %s\n", info.short_name,
|
mp_msg(MSGT_VO, MSGL_INFO, "%s: %s - %s\n", info.short_name,
|
||||||
buf, MSGTR_VO_DirExistsAndIsWritable);
|
buf, MSGTR_VO_DirExistsAndIsWritable);
|
||||||
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
Loading…
Reference in New Issue
Block a user