Merge branch '1.9.2' of tasktools.org:task into 1.9.2

This commit is contained in:
Paul Beckingham
2010-06-23 17:22:21 -04:00
2 changed files with 2 additions and 3 deletions

View File

@@ -2082,7 +2082,7 @@ int handleDenotate (std::string &outs)
anno = i->value ();
std::string::size_type loc = find (anno, desc, sensitive);
if (loc != std::string::npos && loc == 0)
if (loc != std::string::npos)
{
match = true;
annotations.erase (i);