SVN commit 912353 by fwang: * fix build under x86_64 arch. CCMAIL: kde-bindings@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( _______________________________________________ Kde-bindings mailing list Kde-bindings@kde.org https://mail.kde.org/mailman/listinfo/kde-bindings