*** empty log message ***

This commit is contained in:
David Rose 2001-01-12 00:33:47 +00:00
parent 6179371b89
commit 5820b4f320

View File

@ -47,6 +47,7 @@ parse(const string &line) {
size_t colon = line.find(':');
if (colon == string::npos) {
nout << "Colon required.\n";
return false;
}
// Chop up the first part of the string (preceding the colon) into