Sophie

Sophie

distrib > Mandriva > 2010.2 > i586 > media > contrib-release-src > by-pkgid > b3c3bc05794cc87fc6dc40744a37b5ba > files > 11

fdo-3.4.0-5mdv2010.1.src.rpm

--- OpenSource_FDO/Providers/SDF/Src/Provider/SdfExtHashMap.h~	2006-08-23 12:20:19.000000000 -0300
+++ OpenSource_FDO/Providers/SDF/Src/Provider/SdfExtHashMap.h	2009-03-18 15:00:09.000000000 -0300
@@ -31,7 +31,7 @@
     {
         size_t operator()( void* const& x ) const
         {
-            return hash< int >()( (int)x );
+            return hash< long >()( (long)x );
         }
     };
 }