musl - musl - an implementation of the standard library for Linux-based systems

index : musl
musl - an implementation of the standard library for Linux-based systems
summary refs log tree commit diff
path: root/src/time/getdate.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/time/getdate.c')
-rw-r--r--src/time/getdate.c 2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/time/getdate.c b/src/time/getdate.c
index 8ed650a4..89f21699 100644
--- a/src/time/getdate.c
+++ b/src/time/getdate.c
@@ -22,7 +22,7 @@ struct tm *getdate(const char *s)
goto out;
}
- f = fopen(datemsk, "r");
+ f = fopen(datemsk, "rbe");
if (!f) {
if (errno == ENOMEM) getdate_err = 6;
else getdate_err = 2;
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月20日 07:34:32 +0000

AltStyle によって変換されたページ (->オリジナル) /