summaryrefslogtreecommitdiff
path: root/xs_time.h
diff options
context:
space:
mode:
authorGravatar default2023-06-15 04:11:39 +0200
committerGravatar default2023-06-15 04:11:39 +0200
commite97092cf0c35fb51c2900c8001d89daf32a07ba1 (patch)
tree83936805fe7a3e69f161d9c43cf31f5b7d1b6d95 /xs_time.h
parentUse utimes() to 'touch' the actor file in actor_get(). (diff)
downloadpenes-snac2-e97092cf0c35fb51c2900c8001d89daf32a07ba1.tar.gz
penes-snac2-e97092cf0c35fb51c2900c8001d89daf32a07ba1.tar.xz
penes-snac2-e97092cf0c35fb51c2900c8001d89daf32a07ba1.zip
Maintain a link to the author object in the following/ subdirectory.
Diffstat (limited to 'xs_time.h')
-rw-r--r--xs_time.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/xs_time.h b/xs_time.h
index 793b243..970f255 100644
--- a/xs_time.h
+++ b/xs_time.h
@@ -32,8 +32,6 @@ xs_str *xs_str_time(time_t t, const char *fmt, int local)
32 32
33 strftime(tmp, sizeof(tmp), fmt, &tm); 33 strftime(tmp, sizeof(tmp), fmt, &tm);
34 34
35// printf("%d %d\n", local, t - xs_parse_time(tmp, fmt, local));
36
37 return xs_str_new(tmp); 35 return xs_str_new(tmp);
38} 36}
39 37