-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Ok,
patch attached and it works perfectly with warcraft3 ;)
Changelog: - fix a warcraft3 crash when using unitialised imm apis
Thx, Raphael
Whoops, looks like i forgot to put in that protection when i coded that section.
This fix is exactly what you need, i did it most other places that data is used i just missed this one.
thanks -aric
Mike Hearn wrote:
You could just protect it with a
if (!data) return FALSE;
If I had CVS access at work (stupid corporate politics) I'd submit it myself, not a hard fix....