gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r9307 - gnunet/src/fs


From: gnunet
Subject: [GNUnet-SVN] r9307 - gnunet/src/fs
Date: Mon, 26 Oct 2009 02:53:34 -0600

Author: grothoff
Date: 2009-10-26 02:53:34 -0600 (Mon, 26 Oct 2009)
New Revision: 9307

Modified:
   gnunet/src/fs/Makefile.am
   gnunet/src/fs/fs_file_information.c
Log:
fix

Modified: gnunet/src/fs/Makefile.am
===================================================================
--- gnunet/src/fs/Makefile.am   2009-10-26 08:47:12 UTC (rev 9306)
+++ gnunet/src/fs/Makefile.am   2009-10-26 08:53:34 UTC (rev 9307)
@@ -120,6 +120,7 @@
  test_fs_directory \
  test_fs_download \
  test_fs_file_information \
+ test_fs_list_indexed \
  test_fs_search \
  test_fs_start_stop \
  test_fs_unindex \

Modified: gnunet/src/fs/fs_file_information.c
===================================================================
--- gnunet/src/fs/fs_file_information.c 2009-10-26 08:47:12 UTC (rev 9306)
+++ gnunet/src/fs/fs_file_information.c 2009-10-26 08:53:34 UTC (rev 9307)
@@ -758,7 +758,7 @@
        {
          proc (proc_cls, 
                pos,
-               pos->data.dir.dir_size,
+               (pos->is_directory) ? pos->data.dir.dir_size : 
pos->data.file.file_size,
                pos->meta,
                &pos->keywords,
                &pos->anonymity,





reply via email to

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