Changeset 13931

Show
Ignore:
Timestamp:
03/05/08 09:20:31 (4 months ago)
Author:
dron
Message:

Tiny clarification in GDALDriverManager::AutoLoadDrivers?() description.

Files:

Legend:

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

    r11880 r13931  
    512512 * This function will automatically load drivers from shared libraries.  It 
    513513 * searches the "driver path" for .so (or .dll) files that start with the 
    514  * prefix "gdal_X.so".  It then tries to load them and then tries to call 
    515  * a function within them called GDALRegister_X() where the 'X' is the same  
    516  * as the remainder of the shared library basename, or failing that to  
    517  * call GDALRegisterMe().   
     514 * prefix "gdal_X.so".  It then tries to load them and then tries to call a 
     515 * function within them called GDALRegister_X() where the 'X' is the same as 
     516 * the remainder of the shared library basename ('X' is case sensitive), or 
     517 * failing that to call GDALRegisterMe(). 
    518518 * 
    519519 * There are a few rules for the driver path.  If the GDAL_DRIVER_PATH