projects
/
cobramush.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d938e5
)
Initialize mret in match_exit - temporary workaround
author
Ari Johnson
<ari@theari.com>
Mon, 25 Apr 2011 04:10:07 +0000
(23:10 -0500)
committer
Ari Johnson
<ari@theari.com>
Mon, 25 Apr 2011 04:10:07 +0000
(23:10 -0500)
refs #250
src/match.c
patch
|
blob
|
history
diff --git
a/src/match.c
b/src/match.c
index 08801c6b4ebf0e925cf75c8253ab8ee47b768cff..d0dd877e9c48f19ab82fe314e7f556aeac59779d 100644
(file)
--- 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) {