# HG changeset patch # User ivo # Date 1109564725 0 # Node ID e563ad582f9ee18226d5a7ea7fabcb8bbda5e8e8 # Parent c0678c89b278f40c887b7ab1f930c9582b6556a0 Don't print (stupid) message if output directory is . diff -r c0678c89b278 -r e563ad582f9e libvo/vo_pnm.c --- a/libvo/vo_pnm.c Mon Feb 28 02:10:45 2005 +0000 +++ b/libvo/vo_pnm.c Mon Feb 28 04:25:25 2005 +0000 @@ -227,8 +227,10 @@ 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: