PennMUSH Community

Changeset 1134

Show
Ignore:
Timestamp:
10/09/07 23:39:04 (1 year ago)
Author:
shawnw
Message:

7471: atr_add decl/prototype mismatch

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 1.8.3/trunk/CHANGES.183

    r1118 r1134  
    1414 
    1515========================================================================== 
     16 
     17Version 1.8.3 patchlevel 6                      ??? ??, 200? 
     18 
     19Fixes: 
     20 * Compliation fix with some compilers. Reported by Kimiko. 
    1621 
    1722Version 1.8.3 patchlevel 5                      October 6, 2007 
  • 1.8.3/trunk/src/attrib.c

    r1036 r1134  
    602602atr_err 
    603603atr_add(dbref thing, const char *RESTRICT atr, const char *RESTRICT s, 
    604         dbref player, unsigned int flags) 
     604        dbref player, uint32_t flags) 
    605605{ 
    606606  ATTR *ptr, *root = NULL;