Changeset 13507
- Timestamp:
- 01/09/08 23:21:17 (4 months ago)
- Files:
-
- trunk/gdal/frmts/hfa/hfafield.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/gdal/frmts/hfa/hfafield.cpp
r13343 r13507 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 */
