summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/bbs/fhdr_stamp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/bbs/fhdr_stamp.c b/common/bbs/fhdr_stamp.c
index 6b81f909..05c9bccf 100644
--- a/common/bbs/fhdr_stamp.c
+++ b/common/bbs/fhdr_stamp.c
@@ -31,7 +31,7 @@ static inline int
fhdr_stamp(char *fpath, fileheader_t *fh, int type)
{
char *ip = fpath;
- time4_t dtime = time4(0);
+ time4_t dtime = time(0);
struct tm ptime;
int res = 0;