[Kde-bindings] KDE/kdebindings/falcon/krossfalcon
Funda Wang
fundawang at linux.net.cn
Sat Jan 17 12:30:31 UTC 2009
SVN commit 912353 by fwang:
* fix build under x86_64 arch.
CCMAIL: kde-bindings at kde.org
M +1 -1 falconkfvm.cpp
--- trunk/KDE/kdebindings/falcon/krossfalcon/falconkfvm.cpp #912352:912353
@@ -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