Changeset 13508
- Timestamp:
- 01/09/08 23:33:31 (4 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sandbox/warmerdam/1.4-esri/gdal/frmts/hfa/hfafield.cpp
r13345 r13508 379 379 if( nBytes > -1 ) 380 380 nCount = nItemCount; 381 382 // The count returned for BASEDATA's are the contents, 383 // but here we really want to mark it as one BASEDATA instance 384 // (see #2144) 385 if( chItemType == 'b' ) 386 nCount = 1; 381 387 382 388 /* Set the size from string length */
