From dfca20c90b5573957a8215ec347485e2e4932cc5 Mon Sep 17 00:00:00 2001 From: "jean.chalard" Date: Tue, 8 Jun 2010 16:55:24 +0000 Subject: [PATCH] J : * Damn why did that compile. * Okay, I hope this works as intended now --- projects/mtg/src/Subtypes.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/mtg/src/Subtypes.cpp b/projects/mtg/src/Subtypes.cpp index 7f70957db..4229de8d7 100644 --- a/projects/mtg/src/Subtypes.cpp +++ b/projects/mtg/src/Subtypes.cpp @@ -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){