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, 0 insertions, 2 deletions
diff --git a/src/time/getdate.c b/src/time/getdate.c
index 26a48978..8ed650a4 100644
--- a/src/time/getdate.c
+++ b/src/time/getdate.c
@@ -31,8 +31,6 @@ struct tm *getdate(const char *s)
while (fgets(fmt, sizeof fmt, f)) {
p = strptime(s, fmt, &tmbuf);
-dprintf(2, "%s %s\n", s, fmt);
-dprintf(2, "%p %d\n", p, p?*p:0);
if (p && !*p) {
ret = &tmbuf;
goto out;
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月06日 13:04:35 +0000

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