projects
/
cobramush.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a25ced
)
PennMUSH Incorp 182p3 - Unsured what item this relates to
author
Rick Bird
<nveid@bender.theari.com>
Fri, 25 Mar 2011 19:16:13 +0000
(15:16 -0400)
committer
Rick Bird
<nveid@bender.theari.com>
Fri, 25 Mar 2011 19:16:13 +0000
(15:16 -0400)
- Changed where parse_anon_attrib returns
src/utils.c
patch
|
blob
|
history
diff --git
a/src/utils.c
b/src/utils.c
index ac8a068ed96534039f44bbc50eb491171736308d..67c427a05be170f97a3ee9129fef95272a19a84a 100644
(file)
--- a/
src/utils.c
+++ b/
src/utils.c
@@
-149,8
+149,8
@@
parse_anon_attrib(dbref player, char *str, dbref *thing, ATTR **attrib)
AL_FLAGS(*attrib) = AF_ANON;
AL_NEXT(*attrib) = NULL;
*thing = player;
- return;
}
+ return;
}
parse_attrib(player, str, thing, attrib);
}