PennMUSH Community

Changeset 1088

Show
Ignore:
Timestamp:
08/24/07 00:43:35 (1 year ago)
Author:
shawnw
Message:

#7421: ptrdiff_t error

Files:

Legend:

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

    r1078 r1088  
    4141 
    4242Fixes: 
    43  * decode64() does better validation of its input.  
     43 * decode64() does better validation of its input. [SW] 
    4444 * Various compile fixes reported by Interevis and Kimiko. 
    4545   Win32 patched by Intrevis. 
    46  * @sitelock does better error reporting. 
     46 * @sitelock does better error reporting. [SW] 
    4747 * Crash bug related to regeditall fixed. 
    4848 * @decompile didn't handle attribute trees correctly. 
     49 * Compile failure in funstr.c on some systems. Fixed by Boris. 
    4950 
    5051Version 1.8.3 patchlevel 4                      July 9, 2007 
  • 1.8.3/branches/devel/src/funstr.c

    r1077 r1088  
    1313#include <limits.h> 
    1414#include <locale.h> 
     15#include <stddef.h> 
    1516#include "conf.h" 
    1617#include "externs.h"