* Damn why did that compile.
* Okay, I hope this works as intended now
This commit is contained in:
jean.chalard
2010-06-08 16:55:24 +00:00
parent aa6f7ac63c
commit dfca20c90b

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), forceAdd);
return find(value, forceAdd);
}
string Subtypes::find(unsigned int id){