Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37749300
en ru br
ALT Linux repos
S:4.1.0-alt1_3

Group :: Sciences/Geosciences
RPM: ogdi

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: ogdi-3.2.0.beta2-fix-str-fmt.patch
Download


--- contrib/gdal/gdalbridge.c.orig	2001-05-04 05:13:35.000000000 +0200
+++ contrib/gdal/gdalbridge.c	2010-02-17 12:43:45.000000000 +0100
@@ -124,7 +124,7 @@
 
         if( pfnTest == NULL )
         {
-            sprintf( szPath, papszSOFilenames[iSOFile] );
+            sprintf( szPath, "%s", papszSOFilenames[iSOFile] );
             pfnTest = GBGetSymbol( szPath, "GDALOpen" );
         }
     }
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin