*** empty log message ***
This commit is contained in:
parent
19fa8cfe5a
commit
06e6478d6f
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ chomp $cversion;
|
|||
|
||||
if (open(IN,"<CHANGES")) {
|
||||
while(<IN>) {
|
||||
if (/\*\) (.{0,55})/) {
|
||||
if (/\*\) (.{0,55})/ && !/applies to/) {
|
||||
$last=$1;
|
||||
last;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue