One more Irix tweak.
This commit is contained in:
parent
8b269dc000
commit
927540c8b1
1 changed files with 1 additions and 1 deletions
|
@ -315,7 +315,7 @@ int main( int argc, char **argv ) {
|
|||
|
||||
string shapetype = SHPTypeName( nShapeType );
|
||||
|
||||
if ( shapetype != "Polygon" ) {
|
||||
if ( shapetype != string("Polygon") ) {
|
||||
SG_LOG( SG_GENERAL, SG_ALERT, "Can't handle non-polygon shape files" );
|
||||
exit(-1);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue