Changeset 658
- Timestamp:
- 01/27/07 04:11:14 (2 years ago)
- Files:
-
- 1.8.3/trunk/src/markup.c (modified) (2 diffs)
- 1.8.3/trunk/win32/msvc.net/pennmush.vcproj (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
1.8.3/trunk/src/markup.c
r654 r658 14 14 #include <stdarg.h> 15 15 #include <limits.h> 16 #ifdef WIN32 17 #define snprintf(s1,n,s2,s3) sprintf_s((s1), (n), (s2), (s3)) 18 #endif 16 19 #include "copyrite.h" 17 20 #include "conf.h" … … 265 268 } 266 269 267 /** Returns the apparent length of a string, up to numchars visible 270 /** Returns the apparent length of a string, up to numchars visible 268 271 * characters. The apparent length skips over nonprinting ansi and 269 272 * tags. 1.8.3/trunk/win32/msvc.net/pennmush.vcproj
r654 r658 716 716 </File> 717 717 <File 718 RelativePath=".\src\markup.c" 719 > 720 </File> 721 <File 718 722 RelativePath="options.h" 719 723 >
