Changeset 11628
- Timestamp:
- 06/09/07 00:39:43 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.4/gdal/ogr/ogrsf_frmts/s57/s57reader.cpp
r10646 r11628 2468 2468 int nRepeatCount = poSrcATTF->GetRepeatCount(); 2469 2469 2470 if( poDstATTF == NULL ) 2471 { 2472 CPLError( CE_Warning, CPLE_AppDefined, 2473 "Unable to apply ATTF change to target record without an ATTF field (see GDAL/OGR Bug #1648)" ); 2474 return FALSE; 2475 } 2476 2470 2477 poSrcATVLDefn = poSrcATTF->GetFieldDefn()->FindSubfieldDefn( "ATVL" ); 2471 2478
