fix Coverity issues

This commit is contained in:
wmayer
2016-08-21 14:03:02 +02:00
parent 8cc3ee64e8
commit 0824c5fd3c
29 changed files with 621 additions and 543 deletions

View File

@@ -362,10 +362,10 @@ bool SelectionFilter::parse(void)
TopBlock = 0;
SelectionParser::SelectionFilter_delete_buffer (my_string_buffer);
if(Errors == "")
if (Errors.empty()) {
return true;
else{
}
else {
return false;
delete Ast;
}
}