summaryrefslogtreecommitdiffstats
path: root/graphics/aqsis/files/patch-parsenode.cpp
blob: 5de3eac9c075f15f05bff8599864485420831f23 (plain)
1
2
3
4
5
6
7
8
9
10
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 );
 	}
OpenPOWER on IntegriCloud