Fix labeling bug

This commit is contained in:
Matthew Dillon 1999-01-22 10:57:50 +00:00
parent c67ba15991
commit 4aa513f41d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=43050

View File

@ -36,7 +36,7 @@
static char sccsid[] = "@(#)swap.c 8.3 (Berkeley) 4/29/95";
#endif
static const char rcsid[] =
"$Id: swap.c,v 1.7 1998/10/08 09:56:10 obrien Exp $";
"$Id: swap.c,v 1.8 1999/01/22 10:53:13 dillon Exp $";
#endif /* not lint */
/*
@ -129,6 +129,8 @@ labelswap()
char *header, *p;
int row, i;
fetchswap();
row = 0;
wmove(wnd, row, 0); wclrtobot(wnd);
header = getbsize(&hlen, &blocksize);