gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r5314 - gnunet-fuse


From: gnunet
Subject: [GNUnet-SVN] r5314 - gnunet-fuse
Date: Sun, 15 Jul 2007 14:04:56 -0600 (MDT)

Author: amatus
Date: 2007-07-15 14:04:56 -0600 (Sun, 15 Jul 2007)
New Revision: 5314

Modified:
   gnunet-fuse/directory.c
   gnunet-fuse/read.c
Log:
Fixed calls to ECRS_downloadPartialFile

Modified: gnunet-fuse/directory.c
===================================================================
--- gnunet-fuse/directory.c     2007-07-15 19:10:54 UTC (rev 5313)
+++ gnunet-fuse/directory.c     2007-07-15 20:04:56 UTC (rev 5314)
@@ -122,7 +122,7 @@
        len = ECRS_fileSize(de->de_fi.uri);
        mem = MALLOC(len);
        ret = ECRS_downloadPartialFile(ectx, cfg, de->de_fi.uri,
-               "/dev/null", anonymity, 0, len, YES, dpcb, mem, tt,
+               "/dev/null", 0, len, anonymity, YES, dpcb, mem, tt,
                NULL);
        if(ret != OK)
        {

Modified: gnunet-fuse/read.c
===================================================================
--- gnunet-fuse/read.c  2007-07-15 19:10:54 UTC (rev 5313)
+++ gnunet-fuse/read.c  2007-07-15 20:04:56 UTC (rev 5314)
@@ -160,7 +160,7 @@
                "%s: calling ECRS_downloadPartialFile %u bytes %lld offset\n",
                __FUNCTION__, size, offset);
        ret = ECRS_downloadPartialFile(ectx, cfg, de->de_fi.uri, "/dev/null",
-               anonymity, offset, size, YES, dpcb, &d, tt, NULL);
+               offset, size, anonymity, YES, dpcb, &d, tt, NULL);
        GE_LOG(ectx, GE_BULK | GE_DEVELOPER | GE_DEBUG,
                "%s: ECRS_downloadPartialFile returned %d\n",
                __FUNCTION__, ret);





reply via email to

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