diff options
Diffstat (limited to 'editors/patch_toybox.c')
-rw-r--r-- | editors/patch_toybox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/patch_toybox.c b/editors/patch_toybox.c index 04bd98eea..a60bf070f 100644 --- a/editors/patch_toybox.c +++ b/editors/patch_toybox.c | |||
@@ -559,7 +559,7 @@ int patch_main(int argc UNUSED_PARAM, char **argv) | |||
559 | xmkpath(name, -1); | 559 | xmkpath(name, -1); |
560 | *s = '/'; | 560 | *s = '/'; |
561 | } | 561 | } |
562 | TT.filein = xopen3(name, O_CREAT|O_EXCL|O_RDWR, 0666); | 562 | TT.filein = xopen(name, O_CREAT|O_EXCL|O_RDWR); |
563 | } else { | 563 | } else { |
564 | printf("patching file %s\n", name); | 564 | printf("patching file %s\n", name); |
565 | TT.filein = xopen(name, O_RDWR); | 565 | TT.filein = xopen(name, O_RDWR); |