gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r9254 - GNUnet/src/applications/fs/tools


From: gnunet
Subject: [GNUnet-SVN] r9254 - GNUnet/src/applications/fs/tools
Date: Fri, 23 Oct 2009 12:02:38 -0600

Author: nevans
Date: 2009-10-23 12:02:38 -0600 (Fri, 23 Oct 2009)
New Revision: 9254

Modified:
   GNUnet/src/applications/fs/tools/gnunet-download.c
Log:
oopsie, non-compiling commit fixed

Modified: GNUnet/src/applications/fs/tools/gnunet-download.c
===================================================================
--- GNUnet/src/applications/fs/tools/gnunet-download.c  2009-10-23 13:19:43 UTC 
(rev 9253)
+++ GNUnet/src/applications/fs/tools/gnunet-download.c  2009-10-23 18:02:38 UTC 
(rev 9254)
@@ -58,7 +58,7 @@
 #define EC_INCOMPLETE 1
 #define EC_ABORTED 2
 #define EC_DOWNLOAD_ERROR 3
-#define DEBUG GNUNET_NO
+#define DEBUG 0
 static int errorCode;
 
 static unsigned int downloads_running;
@@ -260,8 +260,8 @@
                    "gnunet-download got locURI. Data located at peer %s.\n",
                    (char *) enc);
           GNUNET_free (enc);
+        }
 #endif
-        }
       if ((NULL == uri) ||
           (!(GNUNET_ECRS_uri_test_loc (uri)
              || GNUNET_ECRS_uri_test_chk (uri))))





reply via email to

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