]> git.sur5r.net Git - cc65/commit
Replace the fixed buffer in the Find() routine by a dynamically allocated
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Tue, 22 Aug 2006 20:27:59 +0000 (20:27 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Tue, 22 Aug 2006 20:27:59 +0000 (20:27 +0000)
commit4846c27c7724b4ded92da6e39ace3521ffd493fd
tree34ff938c0305a7617bfd4e41e8f31586c0e7f9b4
parentae4167e5950eb9bb5b6d48f33afa44023eb879ac
Replace the fixed buffer in the Find() routine by a dynamically allocated
string using a StrBuf. This works around problems with Watcom C where
FILENAME_MAX was just 80.

git-svn-id: svn://svn.cc65.org/cc65/trunk@3765 b7a2c559-68d2-44c3-8de9-860c34a00d81
src/common/searchpath.c