PennMUSH Community
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/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;