mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-09-19 20:16:10 +08:00
Mac compatibility.
This commit is contained in:
@ -228,7 +228,7 @@ char *V_strnlwr(char *s, size_t count)
|
||||
if ( !s )
|
||||
return s;
|
||||
|
||||
while ( --count >= 0 )
|
||||
while ( count-- )
|
||||
{
|
||||
if ( !*s )
|
||||
break;
|
||||
|
Reference in New Issue
Block a user