From 092c2f44d463699a7e9b2965f1a354a225081516 Mon Sep 17 00:00:00 2001 From: piaip Date: Wed, 7 Sep 2005 14:07:22 +0000 Subject: fix typo in previous patch git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3135 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/bbs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- cgit v1.2.3