Fix undeclared variable
This commit is contained in:
parent
9a0347e47e
commit
18fee3a050
@ -137,7 +137,7 @@ unsigned long generate_msgid(char *bbs_path) {
|
|||||||
|
|
||||||
unsigned long lastid;
|
unsigned long lastid;
|
||||||
FILE *fptr;
|
FILE *fptr;
|
||||||
|
time_t unixtime;
|
||||||
snprintf(buffer, 1024, "%s/msgserial", bbs_path);
|
snprintf(buffer, 1024, "%s/msgserial", bbs_path);
|
||||||
|
|
||||||
unixtime = time(NULL);
|
unixtime = time(NULL);
|
||||||
|
Reference in New Issue
Block a user