projects
/
cobramush.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
838f98d
)
MATCH_EXACT seems like to may be a possible breaker. Changed to
author
Rick Bird
<nveid@bender.theari.com>
Mon, 25 Apr 2011 05:05:45 +0000
(
01:05
-0400)
committer
Rick Bird
<nveid@bender.theari.com>
Mon, 25 Apr 2011 05:05:45 +0000
(
01:05
-0400)
MATCH_NONE.
IssueID #250
src/match.c
patch
|
blob
|
history
diff --git
a/src/match.c
b/src/match.c
index 51ec65b05f7c4d0add3782f7d29760e7727a9b9a..ed4399c34b94175b4f711e3b3320a27c68874529 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 = MATCH_
EXACT
; /* FIXME: temporary workaround, see #250 */
+ int mret = MATCH_
NONE
; /* FIXME: temporary workaround, see #250 */
loc = (IsRoom(who)) ? who : Location(who);
if (flags & MAT_REMOTES) {