projects
/
cobramush.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f056b27
)
PennMUSH 1.8.3p10
author
Rick L Bird
<nveid@yahoo.com>
Thu, 5 May 2011 21:11:54 +0000
(17:11 -0400)
committer
Rick L Bird
<nveid@yahoo.com>
Thu, 5 May 2011 21:12:36 +0000
(17:12 -0400)
Author: talvo@talvo.com
<talvo@talvo.com@
ba372814
-4f39-11de-9ad6-
1127a62b9fcd
>
Date: Thu Jun 18 01:54:12 2009 +0000
Make member() ignore ansi
Fixes #115
src/funlist.c
patch
|
blob
|
history
diff --git
a/src/funlist.c
b/src/funlist.c
index aeb1a530b26395edc539b4626066bdcceeaed0f1..9d00179712bf0e4b129ce14043a56abcf64c7117 100644
(file)
--- a/
src/funlist.c
+++ b/
src/funlist.c
@@
-2097,10
+2097,10
@@
FUNCTION(fun_member)
safe_str(T("#-1 CAN ONLY TEST ONE ELEMENT"), buff, bp);
return;
}
-
+
strncpy(haystack, remove_markup(args[0], NULL), BUFFER_LEN);
strncpy(needle, remove_markup(args[1], NULL), BUFFER_LEN);
-
+
s = trim_space_sep(haystack, sep);
el = 1;