[1959] in Moira Commits

home help back first fref pref prev next nref lref last post

/svn/moira r4098 - trunk/moira/clients/mailmaint

daemon@ATHENA.MIT.EDU (Garry Zacheiss)
Wed Feb 27 18:13:07 2013

Date: Wed, 27 Feb 2013 18:13:00 -0500
From: Garry Zacheiss <zacheiss@MIT.EDU>
Message-Id: <201302272313.r1RND0BY003858@drugstore.mit.edu>
To: moira-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Author: zacheiss
Date: 2013-02-27 18:13:00 -0500 (Wed, 27 Feb 2013)
New Revision: 4098

Modified:
   trunk/moira/clients/mailmaint/mailmaint.c
Log:
From rbasch; fix build on modern Windows.

Modified: trunk/moira/clients/mailmaint/mailmaint.c
===================================================================
--- trunk/moira/clients/mailmaint/mailmaint.c	2013-02-11 14:54:53 UTC (rev 4097)
+++ trunk/moira/clients/mailmaint/mailmaint.c	2013-02-27 23:13:00 UTC (rev 4098)
@@ -43,7 +43,7 @@
 static void DELETE_A_CHAR(void)
 {
     int x, y;
-    getsyx(&y, &x);
+    getsyx(y, x);
     x -= 1;
     mvdelch(y,x);
 }


home help back first fref pref prev next nref lref last post