gnunet-svn
[Top][All Lists]
Advanced

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

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


From: durner
Subject: [GNUnet-SVN] r547 - GNUnet/src/conf
Date: Fri, 1 Apr 2005 11:59:26 -0800 (PST)

Author: durner
Date: 2005-04-01 11:59:22 -0800 (Fri, 01 Apr 2005)
New Revision: 547

Modified:
   GNUnet/src/conf/gnunet-setup.c
Log:
fix

Modified: GNUnet/src/conf/gnunet-setup.c
===================================================================
--- GNUnet/src/conf/gnunet-setup.c      2005-04-01 19:11:04 UTC (rev 546)
+++ GNUnet/src/conf/gnunet-setup.c      2005-04-01 19:59:22 UTC (rev 547)
@@ -73,7 +73,7 @@
     puts("Menuconfig is not available\n");
 #endif
   }
-  else if (strncmp(argv[1], "gconfig", 10) == 0) {
+  else if (strncmp(argv[1], "gconfig", 7) == 0) {
 #if HAVE_GTK
     gconf_main(argc - 1, &argv[1]);
 #else





reply via email to

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