From bec76eab73be6c7cde5240d6826d96f3ed1a7238 Mon Sep 17 00:00:00 2001 From: ivo Date: Mon, 28 Feb 2005 04:25:25 +0000 Subject: [PATCH] Don't print (stupid) message if output directory is . git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14853 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_pnm.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libvo/vo_pnm.c b/libvo/vo_pnm.c index b3a3fd8a65..ebbc090cd7 100644 --- a/libvo/vo_pnm.c +++ b/libvo/vo_pnm.c @@ -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: