Mercurial > mplayer.hg
changeset 9367:f107fcf6fdea
10l
author | jonas |
---|---|
date | Sun, 09 Feb 2003 13:13:00 +0000 |
parents | e6149bbd5a16 |
children | 918248af048f |
files | TOOLS/plotpsnr.pl |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/TOOLS/plotpsnr.pl Sun Feb 09 13:06:05 2003 +0000 +++ b/TOOLS/plotpsnr.pl Sun Feb 09 13:13:00 2003 +0000 @@ -18,7 +18,7 @@ demo_file(); system ("gnuplot $dem_file"); -#system("rm $dem_file $options{file}.[IPB] $options{file}.diff* 2>/dev/null"); +system("rm $dem_file $options{file}.[IPB] $options{file}.diff* 2>/dev/null"); exit 0;