[gdal-dev] documentation bug

brian rush at winkey.org
Sun May 25 21:42:55 EDT 2008


on the page http://gdal.org/gdal_tutorial.html
in the section "Techniques for Creating Files"
the c example in the first set of examples

GDALDriver hDriver = GDALGetDriverByName( pszFormat );

should read

GDALDriverH hDriver = GDALGetDriverByName( pszFormat );

thank you

brian



More information about the gdal-dev mailing list