aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjames <>2008-02-29 14:55:09 +0000
committerjames <>2008-02-29 14:55:09 +0000
commitc185e84da01e2be752a3d18d03ce94f92eef17c2 (patch)
tree0458b0ee67d0aa30ec68a1d9f3ee2e9f7a627879
parentc2059d583063203499a32d581110bf9371ab9e15 (diff)
downloadsympathy-c185e84da01e2be752a3d18d03ce94f92eef17c2.tar.gz
sympathy-c185e84da01e2be752a3d18d03ce94f92eef17c2.tar.bz2
sympathy-c185e84da01e2be752a3d18d03ce94f92eef17c2.zip
*** empty log message ***
-rw-r--r--apps/sympathy.c5
1 files changed, 4 insertions, 1 deletions
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);
}