diff options
Diffstat (limited to 'graphics/aqsis/files/patch-parsenode.cpp')
-rw-r--r-- | graphics/aqsis/files/patch-parsenode.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/aqsis/files/patch-parsenode.cpp b/graphics/aqsis/files/patch-parsenode.cpp new file mode 100644 index 000000000000..5de3eac9c075 --- /dev/null +++ b/graphics/aqsis/files/patch-parsenode.cpp @@ -0,0 +1,11 @@ +--- libslparse/parsenode.cpp.orig Thu Sep 12 23:56:09 2002 ++++ libslparse/parsenode.cpp Thu Sep 12 23:58:41 2002 +@@ -121,7 +121,7 @@ + #if defined(AQSIS_SYSTEM_MACOSX) || defined (AQSIS_SYSTEM_BEOS) + gVariableTypeIdentifiers[ i ][ 0 ] == tolower( Id ) ) + #else +- gVariableTypeIdentifiers[ i ][ 0 ] == _tolower( Id ) ) ++ gVariableTypeIdentifiers[ i ][ 0 ] == tolower( Id ) ) + #endif + return ( i ); + } |