1
0
forked from 0ad/0ad

Modified line 92 to

if ! OS_UNIX || OS_MACOSX since, the previous OS_UNIX check only did not
work

This was SVN commit r5289.
This commit is contained in:
Seth 2007-08-09 16:12:46 +00:00
parent e6cd1f9cf5
commit 7da9830ebe

View File

@ -89,7 +89,7 @@ STMT( \
#if !HAVE_SECURE_CRT
#if !OS_UNIX
#if !OS_UNIX || OS_MACOSX
// return length [in characters] of a string, not including the trailing
// null character. to protect against access violations, only the
// first <max_len> characters are examined; if the null character is