fixed the internal naming of the .png files in 'fs' graph

This commit is contained in:
Jordi Sanfeliu 2013-05-10 10:30:58 +02:00
parent 2a1be07d14
commit 47552c082d
1 changed files with 1 additions and 1 deletions

View File

@ -602,7 +602,7 @@ sub fs_cgi {
}
for($n = 0; $n < keys(%{$fs->{list}}); $n++) {
for($n2 = 1; $n2 <= 8; $n2++) {
for($n2 = 1; $n2 <= 3; $n2++) {
$str = $u . $package . $n . $n2 . "." . $tf->{when} . ".png";
push(@PNG, $str);
unlink("$PNG_DIR" . $str);