gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r5727 - GNUnet/src/setup


From: gnunet
Subject: [GNUnet-SVN] r5727 - GNUnet/src/setup
Date: Mon, 5 Nov 2007 14:22:43 -0700 (MST)

Author: durner
Date: 2007-11-05 14:22:43 -0700 (Mon, 05 Nov 2007)
New Revision: 5727

Modified:
   GNUnet/src/setup/gnunet-win-tool.c
Log:
fix Vista crash

Modified: GNUnet/src/setup/gnunet-win-tool.c
===================================================================
--- GNUnet/src/setup/gnunet-win-tool.c  2007-11-03 10:15:31 UTC (rev 5726)
+++ GNUnet/src/setup/gnunet-win-tool.c  2007-11-05 21:22:43 UTC (rev 5727)
@@ -53,16 +53,16 @@
 static struct CommandLineOption gnunetwinOptions[] = {
   {'n', "netadapters", "network adapters",
    gettext_noop ("list all network adapters"),
-   0, &gnunet_getopt_configure_set_uint, &bPrintAdapters},
+   0, &gnunet_getopt_configure_set_one, &bPrintAdapters},
   {'i', "install", "install service",
    gettext_noop ("install GNUnet as Windows service"),
-   0, &gnunet_getopt_configure_set_uint, &bInstall},
+   0, &gnunet_getopt_configure_set_one, &bInstall},
   {'u', "uninstall", "uninstall service",
    gettext_noop ("uninstall GNUnet service"),
-   0, &gnunet_getopt_configure_set_uint, &bUninstall},
+   0, &gnunet_getopt_configure_set_one, &bUninstall},
   {'C', "increase-connections", "increase connections",
    gettext_noop ("increase the maximum number of TCP/IP connections"),
-   0, &gnunet_getopt_configure_set_uint, &bConn},
+   0, &gnunet_getopt_configure_set_one, &bConn},
   {'R', "filehash", "hash",
    gettext_noop ("display a file's hash value"),
    1, &gnunet_getopt_configure_set_string, &hashFile},





reply via email to

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