--- deliantra/server/common/arch.C 2008/09/29 10:32:50 1.85 +++ deliantra/server/common/arch.C 2009/01/01 19:44:22 1.88 @@ -260,7 +260,7 @@ else if (strcasecmp (cp, op->name) == 0 && !count) retval = 4; /* Check for partial custom name, but give a real low priority */ - else if (op->custom_name && strstr (op->custom_name, cp)) + else if (op->custom_name.contains (cp)) retval = 3; if (retval) @@ -512,7 +512,7 @@ ++idx; else { - LOG (llevDebug, "garbage collect arch %s", at->debug_desc ()); + LOG (llevDebug, "garbage collect arch %s", &at->archname); assert (at->arch == at); // verify that refcnt == 1 is truly valid allarch.erase (idx);