[Kde-bindings] branches/KDE/4.2/kdebindings/falcon/krossfalcon

Funda Wang fundawang at linux.net.cn
Sat Jan 17 12:28:49 UTC 2009


SVN commit 912343 by fwang:

* fix build under x86_64 arch.

CCMAIL: kde-bindings at kde.org


 M  +1 -1      falconkfvm.cpp  


--- branches/KDE/4.2/kdebindings/falcon/krossfalcon/falconkfvm.cpp #912342:912343
@@ -1399,7 +1399,7 @@
     Falcon::ExtFuncDef *def = vm->currentSymbol()->getExtFuncDef();
     
     // The dynamic type manager has recorded the meta type here.
-    int metaType = (int) def->extra();
+    long metaType = (long) def->extra();
     if ( metaType == 0 )
     {
         vm->raiseModError( new Falcon::CodeError( 



More information about the Kde-bindings mailing list