From cdf3dc2606c558700fcb7432ba8d0b2c9d47a364 Mon Sep 17 00:00:00 2001 From: james Date: Fri, 29 Feb 2008 14:55:09 +0000 Subject: [PATCH] *** empty log message *** --- apps/sympathy.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/apps/sympathy.c b/apps/sympathy.c index 9c1ce63..5e52062 100644 --- a/apps/sympathy.c +++ b/apps/sympathy.c @@ -11,6 +11,9 @@ static char rcsid[] = /* * $Log$ + * Revision 1.26 2008/02/29 14:55:09 james + * *** empty log message *** + * * Revision 1.25 2008/02/28 22:43:25 james * *** empty log message *** * @@ -489,7 +492,7 @@ main (int argc, char *argv[]) if ((size.y > VT102_MAX_ROWS) || (size.y < 1)) fatal_moan ("-w requires a height between 1 and %d\n", - VT102_MAX_COLS); + VT102_MAX_ROWS); } -- 2.30.2