Changes between Version 5 and Version 6 of ConfigOptions


Ignore:
Timestamp:
May 25, 2010, 8:25:53 AM (14 years ago)
Author:
warmerdam
Comment:

fix setconfigoption function name.

Legend:

Unmodified
Added
Removed
Modified
  • ConfigOptions

    v5 v6  
    2929#include "cpl_conv.h"
    3030...
    31     GDALSetConfigOption( "GDAL_CACHEMAX", "64" );
     31    CPLSetConfigOption( "GDAL_CACHEMAX", "64" );
    3232}}}
    3333
     
    3535
    3636{{{
    37     GDALSetThreadLocalConfigOption( "GDAL_CACHEMAX", "64" );
     37    CPLSetThreadLocalConfigOption( "GDAL_CACHEMAX", "64" );
    3838}}}
    3939