[fixed]CFileSystem FILE_SYSTEM_MAX_PATH

You discovered a bug in the engine, and you are sure that it is not a problem of your code? Just post it in here. Please read the bug posting guidelines first.
Post Reply
loverlinfish
Posts: 7
Joined: Thu Aug 06, 2009 8:38 am

[fixed]CFileSystem FILE_SYSTEM_MAX_PATH

Post by loverlinfish »

line 348
_wgetcwd(tmp, FILE_SYSTEM_MAX_PATH); ==> _wgetcwd(tmp, _MAX_PATH);

because no define FILE_SYSTEM_MAX_PATH
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

Yes, that looks correct. Fixed.
Post Reply