gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r2397 - GNUnet/src/conf


From: durner
Subject: [GNUnet-SVN] r2397 - GNUnet/src/conf
Date: Fri, 23 Dec 2005 15:22:08 -0800 (PST)

Author: durner
Date: 2005-12-23 15:20:32 -0800 (Fri, 23 Dec 2005)
New Revision: 2397

Modified:
   GNUnet/src/conf/mconf_menubox.c
Log:
MAX

Modified: GNUnet/src/conf/mconf_menubox.c
===================================================================
--- GNUnet/src/conf/mconf_menubox.c     2005-12-23 23:16:15 UTC (rev 2396)
+++ GNUnet/src/conf/mconf_menubox.c     2005-12-23 23:20:32 UTC (rev 2397)
@@ -325,7 +325,7 @@
                     print_item (menu, items[scroll_i]->name, 0, FALSE,
                                (items[scroll_i]->type != ':'));
                } else
-                   choice = MAX(choice - 1, 0);
+                   choice = GNUNET_MAX(choice - 1, 0);
 
            } else if (key == KEY_DOWN || key == '+')  {
 





reply via email to

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