Add FIXME notes to point to the bugs worked around by recent commits
authorAri Johnson <ari@theari.com>
Mon, 25 Apr 2011 04:11:25 +0000 (23:11 -0500)
committerAri Johnson <ari@theari.com>
Mon, 25 Apr 2011 04:11:25 +0000 (23:11 -0500)
refs #250
refs #247
refs #246

src/attrib.c
src/funlist.c
src/match.c

index 8af76e8aba1578f8ff05a56f72dc3eedfb63698e..9765d62798a406eabfcec843a1cf9988f21cffcc 100644 (file)
@@ -2085,7 +2085,7 @@ do_atrlock(dbref player, const char *xarg1, const char *arg2,
   dbref thing, creator;
   char *p, *arg1;
   ATTR *ptr;
-  int status = 0;
+  int status = 0; /* FIXME: temporary workaround, see #246 */
   boolexp key;
 
   if (!arg2 || !*arg2)
index d67a9d01dced9d8e906cd4c0ad1ed9b1882334c7..aeb1a530b26395edc539b4626066bdcceeaed0f1 100644 (file)
@@ -2266,7 +2266,7 @@ FUNCTION(fun_splice)
 
 
 FUNCTION(fun_break) {
-  int i = 0;
+  int i = 0; /* FIXME: temporary workaround, see #247 */
 
   if(!args[0] || !*args[0])
         i = 0;
index d0dd877e9c48f19ab82fe314e7f556aeac59779d..51ec65b05f7c4d0add3782f7d29760e7727a9b9a 100644 (file)
@@ -564,7 +564,7 @@ MATCH_FUNC(match_list)
 MATCH_FUNC(match_exit)
 {
   dbref loc;
-  int mret = MATCH_EXACT; /* FIXME: temporary workaround */
+  int mret = MATCH_EXACT; /* FIXME: temporary workaround, see #250 */
 
   loc = (IsRoom(who)) ? who : Location(who);
   if (flags & MAT_REMOTES) {