Changeset 14178

Show
Ignore:
Timestamp:
04/02/08 16:58:51 (3 months ago)
Author:
rouault
Message:

Fix crash when dealing with unhandled field types in shape driver, in DEBUG mode (#2309)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.5/gdal/ogr/ogrsf_frmts/shape/shape2ogr.cpp

    r13749 r14178  
    12581258 
    12591259          default: 
    1260             CPLAssert( FALSE ); 
     1260          { 
     1261              /* Ignore fields of other types */ 
     1262              break; 
     1263          } 
    12611264        } 
    12621265    }