]> git.sur5r.net Git - cc65/commit
Choose another way to fix the issue from r5804: When parsing the directory
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 6 Aug 2012 18:45:26 +0000 (18:45 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Mon, 6 Aug 2012 18:45:26 +0000 (18:45 +0000)
commit942c0b6b2f175ce0eb83e2c3ee0e373230cfd4d3
treeab3be54a3ced6b53996b0edc8c2324b927dc31dd
parent55b56b24751411a79d2ea52ca9693cd208ebf459
Choose another way to fix the issue from r5804: When parsing the directory
name, add a file mask, so the result is "$0:*" or similar. When specified like
this, the drive accepts the r/o specifier ",R" so we don't have to complicate
the code in open().

git-svn-id: svn://svn.cc65.org/cc65/trunk@5805 b7a2c559-68d2-44c3-8de9-860c34a00d81
libsrc/cbm/filename.s
libsrc/cbm/open.s