提交 4d39d5ba 编写于 作者: H Harald Albers

Follow-up on PR #1105: use != for numeric comparison

This is sort of a cosmetic change, the script also worked with string
comparison.
上级 7924bd92
......@@ -98,7 +98,7 @@ my $pempty = 0;
my $psame = 0;
my $pnojenkins = 0;
if ($tkeys ne 0) {
if ($tkeys != 0) {
$pdone = $tdone/$tkeys*100;
$pmissing = $tmissing/$tkeys*100;
$punused = $tunused/$tkeys*100;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册