diff options
-rw-r--r-- | pttbbs/mbbsd/record.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pttbbs/mbbsd/record.c b/pttbbs/mbbsd/record.c index 5803c355..bba0fd79 100644 --- a/pttbbs/mbbsd/record.c +++ b/pttbbs/mbbsd/record.c @@ -514,7 +514,7 @@ append_record_forward(char *fpath, fileheader_t * record, int size, const char * strcpy(buf + n + 1, ".forward"); fp = fopen(buf, "r"); if (!fp) - return -1; + return 0; // Load and setup address address[0] = 0; |