diff options
author | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-04-25 18:22:29 +0800 |
---|---|---|
committer | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-04-25 18:22:29 +0800 |
commit | 4998037cba9abef044b4d3d0626d2626970e5eea (patch) | |
tree | 0972e7b978f0c19cd42be2a7e0647b0ac1b099f0 /mbbsd | |
parent | 9146a462298fea7f1c286a5d36a5f9a7a1671d8a (diff) | |
download | pttbbs-4998037cba9abef044b4d3d0626d2626970e5eea.tar pttbbs-4998037cba9abef044b4d3d0626d2626970e5eea.tar.gz pttbbs-4998037cba9abef044b4d3d0626d2626970e5eea.tar.bz2 pttbbs-4998037cba9abef044b4d3d0626d2626970e5eea.tar.lz pttbbs-4998037cba9abef044b4d3d0626d2626970e5eea.tar.xz pttbbs-4998037cba9abef044b4d3d0626d2626970e5eea.tar.zst pttbbs-4998037cba9abef044b4d3d0626d2626970e5eea.zip |
warning free
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1853 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd')
-rw-r--r-- | mbbsd/read.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/read.c b/mbbsd/read.c index 4a110b40..3b723841 100644 --- a/mbbsd/read.c +++ b/mbbsd/read.c @@ -788,7 +788,7 @@ void i_read(int cmdmode, char *direct, void (*dotitle) (), void (*doentry) (), onekey_t * rcmdlist, int bidcache) { keeploc_t *locmem = NULL; - int recbase = 0, mode, lastmode, last_ln; + int recbase = 0, mode, lastmode = 0, last_ln; int num = 0, entries = 0, n_bottom=0; int i; char currdirect0[64], default_ch = 0; |