1
0
Fork 0

One more Irix tweak.

This commit is contained in:
curt 2003-01-08 16:29:04 +00:00
parent 8b269dc000
commit 927540c8b1

View file

@ -315,7 +315,7 @@ int main( int argc, char **argv ) {
string shapetype = SHPTypeName( nShapeType ); string shapetype = SHPTypeName( nShapeType );
if ( shapetype != "Polygon" ) { if ( shapetype != string("Polygon") ) {
SG_LOG( SG_GENERAL, SG_ALERT, "Can't handle non-polygon shape files" ); SG_LOG( SG_GENERAL, SG_ALERT, "Can't handle non-polygon shape files" );
exit(-1); exit(-1);
} }