mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-14 13:21:54 -08:00
Use r+b instead of w+b so that we do not truncate files.
This commit is contained in:
parent
0424caf763
commit
4359ec5e38
1 changed files with 1 additions and 1 deletions
|
|
@ -200,7 +200,7 @@ extern void* ecl_dynamic_callback_make(cl_object data, enum ecl_ffi_calling_conv
|
|||
*/
|
||||
#define OPEN_R "rb"
|
||||
#define OPEN_W "wb"
|
||||
#define OPEN_RW "w+b"
|
||||
#define OPEN_RW "r+b"
|
||||
#define OPEN_A "ab"
|
||||
#define OPEN_RA "a+b"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue