Skip to content

Commit 929d378

Browse files
committed
vulntable.pl fix incomplete printf mask (not actually used in output)
1 parent 88dcdc6 commit 929d378

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/vulntable.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ sub head {
3232
}
3333
$id =~ s/ //;
3434
my $num = $#vuln - $v + 2;
35-
my $a=sprintf("<a style=\"color: white; text-decoration: none;\" href=\"$id\">%02</a>", $num);
35+
my $a=sprintf("<a style=\"color: white; text-decoration: none;\" href=\"$id\">%02d</a>", $num);
3636
$vhref[$v-1]=$a;
3737
$vstart[$v-1]=$start;
3838
$vstop[$v-1]=$stop;

0 commit comments

Comments
 (0)