From: Ari Johnson Date: Mon, 25 Apr 2011 04:10:07 +0000 (-0500) Subject: Initialize mret in match_exit - temporary workaround X-Git-Url: https://git.theari.com/?a=commitdiff_plain;h=b9abde6ca70d14175110dac6c953d19321304c6f;p=cobramush.git Initialize mret in match_exit - temporary workaround refs #250 --- diff --git a/src/match.c b/src/match.c index 08801c6..d0dd877 100644 --- a/src/match.c +++ b/src/match.c @@ -564,7 +564,7 @@ MATCH_FUNC(match_list) MATCH_FUNC(match_exit) { dbref loc; - int mret; + int mret = MATCH_EXACT; /* FIXME: temporary workaround */ loc = (IsRoom(who)) ? who : Location(who); if (flags & MAT_REMOTES) {