Code Cleanup
- All objects now use the same convention for naming members. The consistency is a good thing.
This commit is contained in:
@@ -410,7 +410,7 @@ int CmdShow::execute (std::string& output)
|
||||
{
|
||||
Directory location (context.config.get ("data.location"));
|
||||
|
||||
if (location.data == "")
|
||||
if (location._data == "")
|
||||
out << STRING_CMD_SHOW_NO_LOCATION << "\n";
|
||||
|
||||
if (! location.exists ())
|
||||
|
||||
Reference in New Issue
Block a user