Bug Fix - nag

- TDB::gc now displays a header message.
- nag function now piggy-backs on existing locked TDB.
This commit is contained in:
Paul Beckingham
2009-06-18 01:55:04 -04:00
parent b932d9b9b7
commit 5eb4d23685
3 changed files with 7 additions and 3 deletions

View File

@@ -509,7 +509,7 @@ void Context::parse (
// Reinitialize the context and recurse.
initialize ();
parse ();
parse (args, cmd, task, sequence, subst, filter);
}
}
}