giftcurs-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[giFTcurs-commits] giFTcurs/src ui_main.c


From: Christian Häggström
Subject: [giFTcurs-commits] giFTcurs/src ui_main.c
Date: Sat, 22 Nov 2003 07:21:16 -0500

CVSROOT:        /cvsroot/giftcurs
Module name:    giFTcurs
Branch:         
Changes by:     Christian Häggström <address@hidden>    03/11/22 07:21:16

Modified files:
        src            : ui_main.c 

Log message:
        Prevent compiler warning

Patches:
Index: giFTcurs/src/ui_main.c
diff -u giFTcurs/src/ui_main.c:1.351 giFTcurs/src/ui_main.c:1.352
--- giFTcurs/src/ui_main.c:1.351        Sat Nov 22 05:16:37 2003
+++ giFTcurs/src/ui_main.c      Sat Nov 22 07:21:15 2003
@@ -18,7 +18,7 @@
  * along with giFTcurs; if not, write to the Free Software Foundation,
  * Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307,  USA.
  *
- * $Id: ui_main.c,v 1.351 2003/11/22 10:16:37 saturn Exp $
+ * $Id: ui_main.c,v 1.352 2003/11/22 12:21:15 saturn Exp $
  */
 #include "giftcurs.h"
 
@@ -782,7 +782,7 @@
        /* invalidate all pretty-strings if screen width has changed. */
        if (q->pretty_width != max_x) {
                tree_touch_all(q);
-               list_foreach(tree_children(q), hit_touch);
+               list_foreach(tree_children(q), (LFunc) hit_touch);
                q->pretty_width = max_x;
        }
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]