From 0cefa7dbe0950d08788a16999f7f6dda888c0e80 Mon Sep 17 00:00:00 2001 From: victor Date: Mon, 14 Mar 2005 11:10:10 +0000 Subject: fix bug of reading buffer git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2624 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/edit.c | 1 + 1 file changed, 1 insertion(+) (limited to 'mbbsd/edit.c') diff --git a/mbbsd/edit.c b/mbbsd/edit.c index 390e3d30..12524430 100644 --- a/mbbsd/edit.c +++ b/mbbsd/edit.c @@ -2578,6 +2578,7 @@ vedit(char *fpath, int saveheader, int *islocal) else return tmp; } + oldcurrline = curr_buf->currline; curr_buf->redraw_everything = YEA; break; case Ctrl('W'): -- cgit v1.2.3