diff options
author | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2005-09-07 22:07:22 +0800 |
---|---|---|
committer | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2005-09-07 22:07:22 +0800 |
commit | 092c2f44d463699a7e9b2965f1a354a225081516 (patch) | |
tree | 297cb67073223bc008c18bc9c1153e67294528b6 /mbbsd | |
parent | 69fca0ce26e8317c8e4dc300086aa0def644e358 (diff) | |
download | pttbbs-092c2f44d463699a7e9b2965f1a354a225081516.tar pttbbs-092c2f44d463699a7e9b2965f1a354a225081516.tar.gz pttbbs-092c2f44d463699a7e9b2965f1a354a225081516.tar.bz2 pttbbs-092c2f44d463699a7e9b2965f1a354a225081516.tar.lz pttbbs-092c2f44d463699a7e9b2965f1a354a225081516.tar.xz pttbbs-092c2f44d463699a7e9b2965f1a354a225081516.tar.zst pttbbs-092c2f44d463699a7e9b2965f1a354a225081516.zip |
fix typo in previous patch
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3135 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd')
-rw-r--r-- | mbbsd/bbs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/bbs.c b/mbbsd/bbs.c index 13aa042e..dad56f0a 100644 --- a/mbbsd/bbs.c +++ b/mbbsd/bbs.c @@ -1171,7 +1171,7 @@ edit_post(int ent, fileheader_t * fhdr, const char *direct) /* merge new and old stuff */ fp = fopen(fpath, "at"); - *src = fopen(genbuf, "rt"); + src = fopen(genbuf, "rt"); if(!fp) { |