freebsd-ports/graphics/aqsis/files/patch-parsenode.cpp
Ying-Chieh Liao 63a379db28 add aqsis 0.6.6
A photorealistic rendering system
2002-09-13 07:50:12 +00:00

11 lines
419 B
C++

--- 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 );
}