mirror of
https://github.com/cc65/cc65.git
synced 2024-12-27 00:29:31 +00:00
Fixed a comment.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5798 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
470a4abcf2
commit
fbdd6faff6
@ -38,7 +38,7 @@ DIR* __fastcall__ opendir (register const char* name)
|
|||||||
d.fd = open (d.name, O_RDONLY);
|
d.fd = open (d.name, O_RDONLY);
|
||||||
if (d.fd >= 0) {
|
if (d.fd >= 0) {
|
||||||
|
|
||||||
/* Skip the disk header */
|
/* Skip the load address */
|
||||||
if (_dirread (&d, buf, sizeof (buf))) {
|
if (_dirread (&d, buf, sizeof (buf))) {
|
||||||
|
|
||||||
/* Allocate memory for the DIR structure returned */
|
/* Allocate memory for the DIR structure returned */
|
||||||
|
Loading…
Reference in New Issue
Block a user