]> git.pld-linux.org Git - packages/ogdi.git/blame - ogdi-format.patch
rebuild with tirpc; rel 2
[packages/ogdi.git] / ogdi-format.patch
CommitLineData
025e9522
JB
1--- ogdi-3.1.6/contrib/gdal/gdalbridge.c.orig 2001-05-04 05:13:35.000000000 +0200
2+++ ogdi-3.1.6/contrib/gdal/gdalbridge.c 2012-09-29 17:39:38.079579102 +0200
3@@ -124,7 +124,7 @@
4
5 if( pfnTest == NULL )
6 {
7- sprintf( szPath, papszSOFilenames[iSOFile] );
8+ strcpy( szPath, papszSOFilenames[iSOFile] );
9 pfnTest = GBGetSymbol( szPath, "GDALOpen" );
10 }
11 }
This page took 0.111684 seconds and 4 git commands to generate.