*** empty log message ***
This commit is contained in:
parent
1b58b616e3
commit
e29f478a7a
@ -58,7 +58,7 @@ chomp $cversion;
|
||||
|
||||
if (open(IN,"<CHANGES")) {
|
||||
while(<IN>) {
|
||||
if (/\*\) (.{0,55})/) {
|
||||
if (/\*\) (.{0,55})/ && !/applies to/) {
|
||||
$last=$1;
|
||||
last;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user