Changeset 13928

Show
Ignore:
Timestamp:
03/04/08 16:19:20 (4 months ago)
Author:
rouault
Message:

Fix #2256

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/gdal/frmts/raw/envidataset.cpp

    r13795 r13928  
    16371637        /* -------------------------------------------------------------------- */ 
    16381638        CPLString osPath = CPLGetPath( poOpenInfo->pszFilename ); 
    1639         CPLString osName = CPLGetBasename( poOpenInfo->pszFilename ); 
     1639        CPLString osName = CPLGetFilename( poOpenInfo->pszFilename ); 
    16401640 
    16411641        int iFile = CSLFindString(poOpenInfo->papszSiblingFiles,