mirror of
https://github.com/cc65/cc65.git
synced 2026-04-26 13:18:31 +00:00
Don't pass mode argument to open() from _fopen().
It isn't necessary, since paravirt.c has a default if the mode isn't pushed onto the stack.
This commit is contained in:
committed by
Oliver Schmidt
parent
f72d355b18
commit
411a5a9483
+1
-1
@@ -48,7 +48,7 @@
|
||||
** https://en.wikipedia.org/wiki/File_system_permissions#Numeric_notation
|
||||
** (S_IREAD and S_IWRITE are aliases for S_IRUSR and S_IWUSR)
|
||||
**
|
||||
** Must match the values in asminc/stat.inc and src/sim65/paravirt.c
|
||||
** Must match the values in src/sim65/paravirt.c
|
||||
*/
|
||||
|
||||
#define S_IREAD 0400
|
||||
|
||||
Reference in New Issue
Block a user