[PENNMUSH-ANNOUNCE] Bug in dbdefs.h ("hot fix")

Alan Schwartz dunemush at pennmush.org
Thu Jun 5 22:24:41 CDT 2003


I'm about to go out of town, so there won't be a patch release
for this for some weeks, but it's important enough and easy enough
to correct that I thought I'd let you all know.

Matt Kirby reports a typo in 1.7.7's hdrs/dbdefs.h, around line 81:

#define Unregistered(x) (IS(x, TYPE_PLAYER, "UNREGISTERD"))

"UNREGISTERD" is spelled incorrectly, which causes that macro to check
incorrectly. This line should be:

#define Unregistered(x) (IS(x, TYPE_PLAYER, "UNREGISTERED"))

Please make this change and recompile/restart your servers if you 
use the UNREGISTERED flag.

Cheers,

 Javelin

-- 
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Javelin at M*U*S*H, once Paul at DuneMUSH | Alan Schwartz <dunemush at pennmush.org>
   (mush.pennmush.org 4201)         |      PennMUSH Server Maintainer
=-------------------------------------------------------------------------=
   PennMUSH God's Guide: http://www.pennmush.org/~alansz/guide.html
        PennMUSH Source: http://ftp.pennmush.org/Source
     PennMUSH Community: http://community.pennmush.org
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-


More information about the Pennmush-announce mailing list