1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-30 11:02:10 +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:
ivo 2005-02-28 04:25:25 +00:00
parent 97134095d3
commit bec76eab73

View File

@ -227,8 +227,10 @@ void pnm_mkdir(char *buf, int verbose) {
exit_player(MSGTR_Exit_error);
}
if (strcmp(buf, ".") != 0) {
mp_msg(MSGT_VO, MSGL_INFO, "%s: %s - %s\n", info.short_name,
buf, MSGTR_VO_DirExistsAndIsWritable);
}
break;
default: