diff --git a/utils/mgpost/mgpost.c b/utils/mgpost/mgpost.c index 3fbf2be..46fcdf7 100644 --- a/utils/mgpost/mgpost.c +++ b/utils/mgpost/mgpost.c @@ -137,7 +137,7 @@ unsigned long generate_msgid(char *bbs_path) { unsigned long lastid; FILE *fptr; - + time_t unixtime; snprintf(buffer, 1024, "%s/msgserial", bbs_path); unixtime = time(NULL);