gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r8428 - GNUnet/src/setup/ncurses


From: gnunet
Subject: [GNUnet-SVN] r8428 - GNUnet/src/setup/ncurses
Date: Sat, 25 Apr 2009 09:48:37 -0600

Author: grothoff
Date: 2009-04-25 09:48:37 -0600 (Sat, 25 Apr 2009)
New Revision: 8428

Modified:
   GNUnet/src/setup/ncurses/mconf.c
Log:
trying to fix 1469, still need to test

Modified: GNUnet/src/setup/ncurses/mconf.c
===================================================================
--- GNUnet/src/setup/ncurses/mconf.c    2009-04-22 13:26:06 UTC (rev 8427)
+++ GNUnet/src/setup/ncurses/mconf.c    2009-04-25 15:48:37 UTC (rev 8428)
@@ -206,6 +206,7 @@
               strcpy (fitem.text, pos->value.String.val);
               fitem.text_len = strlen (fitem.text);
               fitem.help = pos->help;
+             fitem.text_ilen = 65535;
               msel = 0;
               st = dlg_form (pos->option, "", 20, 70, 15, 1, &fitem, &msel);
               switch (st)





reply via email to

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