gnunet-svn
[Top][All Lists]
Advanced

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

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


From: grothoff
Subject: [GNUnet-SVN] r3746 - GNUnet/src/applications/fs/ecrs
Date: Sun, 12 Nov 2006 20:48:38 -0800 (PST)

Author: grothoff
Date: 2006-11-12 20:48:36 -0800 (Sun, 12 Nov 2006)
New Revision: 3746

Modified:
   GNUnet/src/applications/fs/ecrs/download.c
Log:
need to create directories for resume

Modified: GNUnet/src/applications/fs/ecrs/download.c
===================================================================
--- GNUnet/src/applications/fs/ecrs/download.c  2006-11-13 04:42:47 UTC (rev 
3745)
+++ GNUnet/src/applications/fs/ecrs/download.c  2006-11-13 04:48:36 UTC (rev 
3746)
@@ -1264,6 +1264,9 @@
       __FUNCTION__,
       filename);
 #endif
+  if (SYSERR == disk_directory_create_for_file(ectx,
+                                              filename))
+    return SYSERR;
   if (0 == ECRS_fileSize(uri)) {
     ret = disk_file_open(ectx,
                         filename,





reply via email to

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