From: james Date: Fri, 29 Feb 2008 14:55:09 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=sympathy.git;a=commitdiff_plain;h=cdf3dc2606c558700fcb7432ba8d0b2c9d47a364;hp=2e52e0b891c656b6cd72ddaf488bc1a740c4f2e2 *** empty log message *** --- 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); }