Re: [AD] Some points about the grabber |
[ Thread Index | Date Index | More lists.liballeg.org/allegro-developers Archives ]
Evert Glebbeek wrote: [snip]
/* 80 characters * maximum character width (6 bytes for UTF8) */ #define FILENAME_LENGTH (80*6)
This should be PATH_MAX * 6 (defined in limits.h) -- - Robert J Ohannessian "Microsoft code is probably O(n^20)" (my CS prof) http://pages.infinit.net/voidstar/
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |