Hi everyone. I'm new to this mailing list so I don't know what has been discussed so far. I just took a look at patch 6, and I noticed that in the function asciiconv() in db.c, there seems to be a bug when comparing to uppercase flags. I tested it when I used the jedi areas in my version of circle. For some reason, the flags were kinda screwed up, and since jedi used upper case flags at times, I changed the flags to lower case and it worked. Then after noticing that 'a' and 'A' are actually 32 apart instead of 26, I changed the line of code in asciiconv() in db.c I believe it should be.. ... else if (isupper (*p)) flags |= 1 ,, (32 + (*p - 'A'); Please correct me if I'm wrong. Sincerely, Michael K. Lee mklee@sun2.is.csupomona.edu (aka Sorbra and Rhys, of Deaths Domain, and formerly of Unknown Mud and Burning mud).
This archive was generated by hypermail 2b30 : 12/07/00 PST