Fixed bug with multiple conditions which was introduced in SVN 1696

SVN revision: 1702
This commit is contained in:
2006-07-13 13:11:05 +00:00
parent bd8cd32e80
commit 5e40c8421a
-1
View File
@@ -2660,7 +2660,6 @@ void evaluate_conditions(LOGBOOK * lbs, char attrib[MAX_N_ATTR][NAME_LENGTH])
set_condition(condition);
scan_attributes(lbs->name);
return;
}
}
}