Merge pull request #396 from bachandi/intelrapl_fix

Fix image filename problem in intelrapl
This commit is contained in:
Jordi Sanfeliu 2022-02-07 17:24:14 +01:00 committed by GitHub
commit 9264717848
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -506,7 +506,7 @@ sub intelrapl_cgi {
push(@output, " <td>\n");
}
my $n_plot = $k;
my $n_plot = 0;
@riglim = @{setup_riglim($rigid[$n_plot], $limit[$n_plot])};
undef(@tmp);
undef(@tmpz);