🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

Typo in scriptfilesystem.cpp

Started by
1 comment, last by WitchLord 5 years, 9 months ago

Hello, there is a typo in scriptfilesystem.cpp
if( !failure ) tgt - fopen(search2.c_str(), "w");

Mus be


if( !failure ) tgt = fopen(search2.c_str(), "w");
Advertisement

Thanks. I've fixed this in revision 2548.

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