Bug Fix - blank annotations now disallowed
- Prevented blank annotations from being added, and the description being echoed as though it were the annotation applied (thanks to Bruce Dillahunty). - Added bug.annotate.t unit test to prevent regression.
This commit is contained in:
@@ -153,6 +153,8 @@ void Context::loadCorrectConfigFile (int argc, char** argv)
|
||||
|
||||
std::string file = pw->pw_dir;
|
||||
config.createDefault (file);
|
||||
|
||||
// TODO Apply overrides of type: "rc.name:value"
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user