gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r4873 - GNUnet/src/applications/fs/ecrs


From: gnunet
Subject: [GNUnet-SVN] r4873 - GNUnet/src/applications/fs/ecrs
Date: Wed, 30 May 2007 20:35:38 -0600 (MDT)

Author: grothoff
Date: 2007-05-30 20:35:38 -0600 (Wed, 30 May 2007)
New Revision: 4873

Modified:
   GNUnet/src/applications/fs/ecrs/download.c
Log:
fix

Modified: GNUnet/src/applications/fs/ecrs/download.c
===================================================================
--- GNUnet/src/applications/fs/ecrs/download.c  2007-05-30 21:19:25 UTC (rev 
4872)
+++ GNUnet/src/applications/fs/ecrs/download.c  2007-05-31 02:35:38 UTC (rev 
4873)
@@ -170,8 +170,9 @@
   for (i=0;i<=this->treedepth;i++)
     this->handles[i] = -1;
 
-  if (no_temporaries != YES) {
-    for (i=0;i<=this->treedepth;i++) {
+  for (i=0;i<=this->treedepth;i++) {
+    if ( (i == 0) ||
+        (no_temporaries != YES) ) {
       fn = MALLOC(strlen(filename) + 3);
       strcpy(fn, filename);
       if (i > 0) {





reply via email to

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