Changeset 13725
- Timestamp:
- 02/07/08 15:08:29 (3 months ago)
- Files:
-
- branches/1.5/gdal/frmts/hfa/hfafield.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.5/gdal/frmts/hfa/hfafield.cpp
r13343 r13725 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 */
