PennMUSH Community

Changeset 658

Show
Ignore:
Timestamp:
01/27/07 04:11:14 (2 years ago)
Author:
penndev
Message:

PennMUSH 1.8.3p0 release candidate 2.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 1.8.3/trunk/src/markup.c

    r654 r658  
    1414#include <stdarg.h> 
    1515#include <limits.h> 
     16#ifdef WIN32 
     17#define snprintf(s1,n,s2,s3) sprintf_s((s1), (n), (s2), (s3)) 
     18#endif 
    1619#include "copyrite.h" 
    1720#include "conf.h" 
     
    265268} 
    266269 
    267 /** Returns the apparent length of a string, up to numchars visible  
     270/** Returns the apparent length of a string, up to numchars visible 
    268271 * characters. The apparent length skips over nonprinting ansi and 
    269272 * tags. 
  • 1.8.3/trunk/win32/msvc.net/pennmush.vcproj

    r654 r658  
    716716        </File> 
    717717        <File 
     718            RelativePath=".\src\markup.c" 
     719            > 
     720        </File> 
     721        <File 
    718722            RelativePath="options.h" 
    719723            >