From aa6f7ac63cbb71978e38946129a065770f9009e6 Mon Sep 17 00:00:00 2001 From: "jean.chalard" Date: Mon, 7 Jun 2010 17:51:44 +0000 Subject: [PATCH] J : * The smallest bugfix ever --- 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 064ffe80c..7f70957db 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)); + return (find(value), forceAdd); } string Subtypes::find(unsigned int id){