summaryrefslogtreecommitdiffstats
path: root/mbbsd/assess.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/assess.c')
-rw-r--r--mbbsd/assess.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mbbsd/assess.c b/mbbsd/assess.c
index c1bb90ed..25847c13 100644
--- a/mbbsd/assess.c
+++ b/mbbsd/assess.c
@@ -93,7 +93,7 @@ u_fixgoodpost(void)
}
while (!endinput && newgp < MAXGP)
{
- int y, x = 0;
+ int y;
boardheader_t *bh = NULL;
move(1, 0); clrtobot();
@@ -123,7 +123,7 @@ u_fixgoodpost(void)
bh = getbcache(bid);
strlcpy(bname, bh->brdname, sizeof(bname));
prints("¤w§ä¨ì¬ÝªO --> %s\n", bname);
- getyx(&y, &x);
+ y = vgety();
// loop AID query
while (newgp < MAXGP)