[gdal-dev] documentation bug

Howard Butler hobu.inc at gmail.com
Sun May 25 23:04:31 EDT 2008


On May 25, 2008, at 8:42 PM, brian wrote:

> 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


Fixed.  Please use the Trac instance http://trac.osgeo.org/gdal/ to  
file bug reports for things like this so they are not easily missed in  
the river of email traffic.

Howard


More information about the gdal-dev mailing list