Bug #515
- Fixed bug #515, which displayed an incorrect message after duplicating a non-existent task (thanks to Peter De Poorter).
This commit is contained in:
@@ -672,7 +672,8 @@ int handleInfo (std::string& outs)
|
||||
<< "\n";
|
||||
}
|
||||
|
||||
if (! tasks.size ()) {
|
||||
if (! tasks.size ())
|
||||
{
|
||||
out << "No matches.\n";
|
||||
rc = 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user