Changeset 14421
- Timestamp:
- 05/10/08 08:42:20 (3 months ago)
- Files:
-
- trunk/gdal/frmts/wcs/httpdriver.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/gdal/frmts/wcs/httpdriver.cpp
r10665 r14421 120 120 { 121 121 poDS = (GDALDataset *) 122 GDALOpen( os ResultFilename, GA_ReadOnly );122 GDALOpen( osTempFilename, GA_ReadOnly ); 123 123 VSIUnlink( osTempFilename ); /* this may not work on windows */ 124 124 }
