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