gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r12196 - gnunet/src/util
Date: Fri, 9 Jul 2010 17:20:00 +0200

Author: wachs
Date: 2010-07-09 17:20:00 +0200 (Fri, 09 Jul 2010)
New Revision: 12196

Modified:
   gnunet/src/util/os_priority.c
Log:
Fixed compile warnings under windows

Modified: gnunet/src/util/os_priority.c
===================================================================
--- gnunet/src/util/os_priority.c       2010-07-09 14:44:21 UTC (rev 12195)
+++ gnunet/src/util/os_priority.c       2010-07-09 15:20:00 UTC (rev 12196)
@@ -295,7 +295,7 @@
       start.hStdOutput = stdout_handle;
     }
 #endif
-  if (FindExecutable(filename, NULL, path) <= 32)
+  if ((int) FindExecutable(filename, NULL, path) <= 32) 
     {
       SetErrnoFromWinError (GetLastError ());
       GNUNET_log_strerror_file (GNUNET_ERROR_TYPE_ERROR, "FindExecutable", fn);




reply via email to

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