* The smallest bugfix ever
This commit is contained in:
jean.chalard
2010-06-07 17:51:44 +00:00
parent aa6a3cf1a9
commit aa6f7ac63c

View File

@@ -31,7 +31,7 @@ int Subtypes::find(string value, bool forceAdd){
int Subtypes::find(const char * subtype, bool forceAdd){
string value = subtype;
return (find(value));
return (find(value), forceAdd);
}
string Subtypes::find(unsigned int id){