At 11:35 PM 12/17/97 -0600, you wrote: > Despite a minor bugfix allowing you to "read mail" in a room with >boards, you cannot "read 2.mail" (could be for the few who got a 1 to 2 >patch). ok, assuming noone has already posted this ... i fixed this and i don't even have the dynamic boards patch. i don't know how much is changed in the dynamic boards patch, but what i did was put this check if (!is_number(number) || (!(msg = atoi(number)))) return 0; after the isname(board bulletin) check in Board_display_msg() function. msg should be an 'int' in the function (already defined) b/c it has a check later something like if (msg < 1 || msg > something) so it should already be there, and 'number' is a char of MAX_STRING_LENGTH made from this call one_argument(arg, number); (this is just to make sure you have those two vars defined in the function. works like a charm now (being an IMP you get lots of mail about bugs, so i got sick of that little one there.) > In the meantime, most of these are minor, really easy to fix bugs, >and I don't think anyone should really be too challenged by them. > true. have fun with it (little bit of credit like // fix by Akuma the Raging Coder is fine :-) of course i don't expect that either :-P Akuma the Raging Coder +------------------------------------------------------------+ | "The poets talk about love, but what I talk about is DOOM, | | because in the end, DOOM is all that counts." - | | Alex Machine/George Stark/Stephen King, The Dark Half | | "Nothing is IMPOSSIBLE, Just IMPROBABLE" | | "Easier Said Than Done, But Better Done Than Said..." | +------------------------------------------------------------+ +------------------------------------------------------------+ | Ensure that you have read the CircleMUD Mailing List FAQ: | | http://democracy.queensu.ca/~fletcher/Circle/list-faq.html | +------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 12/08/00 PST