gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r20602 - gnunet-gtk/src/fs


From: gnunet
Subject: [GNUnet-SVN] r20602 - gnunet-gtk/src/fs
Date: Mon, 19 Mar 2012 11:52:28 +0100

Author: grothoff
Date: 2012-03-19 11:52:28 +0100 (Mon, 19 Mar 2012)
New Revision: 20602

Modified:
   gnunet-gtk/src/fs/gnunet-fs-gtk_common.c
   gnunet-gtk/src/fs/gnunet-fs-gtk_unindex.c
Log:
-updating to match new GNUNET_DISK_file_size API

Modified: gnunet-gtk/src/fs/gnunet-fs-gtk_common.c
===================================================================
--- gnunet-gtk/src/fs/gnunet-fs-gtk_common.c    2012-03-19 10:50:56 UTC (rev 
20601)
+++ gnunet-gtk/src/fs/gnunet-fs-gtk_common.c    2012-03-19 10:52:28 UTC (rev 
20602)
@@ -208,7 +208,7 @@
   void *ddata;
   int ret;
 
-  if (GNUNET_OK != GNUNET_DISK_file_size (filename, &fsize, GNUNET_YES))
+  if (GNUNET_OK != GNUNET_DISK_file_size (filename, &fsize, GNUNET_YES, 
GNUNET_YES))
   {
     GNUNET_break (0);
     return GNUNET_SYSERR;

Modified: gnunet-gtk/src/fs/gnunet-fs-gtk_unindex.c
===================================================================
--- gnunet-gtk/src/fs/gnunet-fs-gtk_unindex.c   2012-03-19 10:50:56 UTC (rev 
20601)
+++ gnunet-gtk/src/fs/gnunet-fs-gtk_unindex.c   2012-03-19 10:52:28 UTC (rev 
20602)
@@ -326,7 +326,7 @@
   if (GNUNET_OK !=
       GNUNET_DISK_file_size (filename,
                             &filesize,
-                            GNUNET_YES))
+                            GNUNET_YES, GNUNET_YES))
   {
     GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
                _("Could not access indexed file `%s'\n"),




reply via email to

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