Commit 6bb43b09 6bb43b09cf83f5cb7eae9762ec0f4d946cd8edc9 by Sean 'Shaleh' Perry

Fixed changelog.pl to use '\t*' not ' *'

1 parent 9b9fbddc
......@@ -100,7 +100,7 @@ if ($EMAIL eq '') {
}
print O "$DATE $MAINTAINER <$EMAIL>\n\n";
if ($TEXT) { write O } else { print O " * \n\n"; $line=3; }
if ($TEXT) { write O } else { print O "\t* \n\n"; $line=3; }
# Rewind the current changelog to the beginning of the file
seek S,0,0 or fatal "Couldn't rewind ChangeLog:" . " $!";
# Copy the rest of the changelog file to new one
......