mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 15:36:14 +01:00
glocalfileoutputstream: Fix a typo in a comment
Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
This commit is contained in:
parent
098bd29fe7
commit
d523ed4543
@ -854,7 +854,7 @@ handle_overwrite_open (const char *filename,
|
|||||||
mode = mode_from_flags_or_info (flags, reference_info);
|
mode = mode_from_flags_or_info (flags, reference_info);
|
||||||
|
|
||||||
/* We only need read access to the original file if we are creating a backup.
|
/* We only need read access to the original file if we are creating a backup.
|
||||||
* We also add O_CREATE to avoid a race if the file was just removed */
|
* We also add O_CREAT to avoid a race if the file was just removed */
|
||||||
if (create_backup || readable)
|
if (create_backup || readable)
|
||||||
open_flags = O_RDWR | O_CREAT | O_BINARY;
|
open_flags = O_RDWR | O_CREAT | O_BINARY;
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user