gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r18018 - gnunet/src/util


From: gnunet
Subject: [GNUnet-SVN] r18018 - gnunet/src/util
Date: Sat, 5 Nov 2011 15:42:34 +0100

Author: grothoff
Date: 2011-11-05 15:42:34 +0100 (Sat, 05 Nov 2011)
New Revision: 18018

Modified:
   gnunet/src/util/test_common_logging_runtime_loglevels.c
Log:
LRN: Mysterious patch. I don't know why calling executable with a dot
forces it to create a new console window (which immediately pops up
and grabs the focus, then disappears) for itself, but that is the
empirical fact. Removing the dot fixes this VERY annoying W32 bug.




Modified: gnunet/src/util/test_common_logging_runtime_loglevels.c
===================================================================
--- gnunet/src/util/test_common_logging_runtime_loglevels.c     2011-11-05 
14:40:13 UTC (rev 18017)
+++ gnunet/src/util/test_common_logging_runtime_loglevels.c     2011-11-05 
14:42:34 UTC (rev 18018)
@@ -315,7 +315,12 @@
   }
 
   proc =
-      GNUNET_OS_start_process (NULL, pipe_stdout, 
"./test_common_logging_dummy",
+      GNUNET_OS_start_process (NULL, pipe_stdout, 
+#if MINGW
+                              "test_common_logging_dummy",
+#else
+                              "./test_common_logging_dummy",
+#endif
                                "test_common_logging_dummy", NULL);
   putenv ("GNUNET_FORCE_LOG=");
   putenv ("GNUNET_LOG=");




reply via email to

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