Bug Fixes - autofilter

- Auto filter now only creates a filter for read-only commands.
- Fixed bug whereby ambiguities were reported twice:
    "could be one of a, b, a, b".
This commit is contained in:
Paul Beckingham 2009-06-16 12:05:04 -04:00
parent 97d732e5f7
commit 027b343e49
3 changed files with 7 additions and 7 deletions

View file

@ -259,7 +259,6 @@ bool Att::validNameValue (
std::string combined;
join (combined, ", ", matches);
error += combined;
throw error + combined;
}