Changeset 13431
- Timestamp:
- 12/21/07 12:39:23 (5 months ago)
- Files:
-
- branches/1.5/gdal/frmts/ecw/ecwdataset.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.5/gdal/frmts/ecw/ecwdataset.cpp
r12462 r13431 1085 1085 VSIIOStream * poUnderlyingIOStream = 1086 1086 ((VSIIOStream *)(poFileView->GetStream())); 1087 poUnderlyingIOStream->nFileViewCount++; 1087 1088 if ( poUnderlyingIOStream ) 1089 poUnderlyingIOStream->nFileViewCount++; 1088 1090 1089 1091 if ( poIOStream != poUnderlyingIOStream )
