Improper use of asCDataType::Format in #ifdef block

Started by
0 comments, last by WitchLord 9 years, 3 months ago

There's a bit of code in as_callfunc.cpp, line 327:

asCDataType::Format does not take 0 parameters, but it is called here with 0 parameters, causing a compiler error.

This only happens on some platforms, in this case on a Linux system: ubuntu 14.04.1.

Advertisement

Thanks. I've fixed it in revision 2113.

AngelCode.com - game development and more - Reference DB - game developer references
AngelScript - free scripting library - BMFont - free bitmap font generator - Tower - free puzzle game

This topic is closed to new replies.

Advertisement