mirror of
https://github.com/curl/curl.git
synced 2026-07-24 11:57:16 +03:00
parent
32cab35a0c
commit
8df0a5ba32
1 changed files with 3 additions and 1 deletions
|
|
@ -219,7 +219,9 @@ for my $l (@releasenotes) {
|
|||
|
||||
push @o, sprintf " o %s%s\n", $f,
|
||||
$moreinfo{$f}? sprintf(" [%d]", $moreinfo{$f}): "";
|
||||
$refused[$moreinfo{$f}]=3;
|
||||
if($moreinfo{$f}) {
|
||||
$refused[$moreinfo{$f}]=3;
|
||||
}
|
||||
}
|
||||
push @o, " --- new entries are listed above this ---";
|
||||
next;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue