Changeset 1655

Show
Ignore:
Timestamp:
08/29/00 17:09:15 (8 years ago)
Author:
warmerda
Message:

added logic to push INST_DATA on data file search stack

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/gcore/gdaldrivermanager.cpp

    r1381 r1655  
    2626 *  
    2727 * $Log$ 
     28 * Revision 1.7  2000/08/29 21:09:15  warmerda 
     29 * added logic to push INST_DATA on data file search stack 
     30 * 
    2831 * Revision 1.6  2000/04/22 12:25:41  warmerda 
    2932 * Documented AutoLoadDrivers(). 
     
    9699    CPLAssert( poDM == NULL ); 
    97100    poDM = this; 
     101 
     102#ifdef INST_DATA 
     103    CPLPushFinderLocation( INST_DATA ); 
     104#endif 
    98105} 
    99106