gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r2203 - GNUnet/src/applications/fs/tools


From: durner
Subject: [GNUnet-SVN] r2203 - GNUnet/src/applications/fs/tools
Date: Mon, 17 Oct 2005 11:23:27 -0700 (PDT)

Author: durner
Date: 2005-10-17 11:23:24 -0700 (Mon, 17 Oct 2005)
New Revision: 2203

Modified:
   GNUnet/src/applications/fs/tools/gnunet-unindex.c
Log:
fix

Modified: GNUnet/src/applications/fs/tools/gnunet-unindex.c
===================================================================
--- GNUnet/src/applications/fs/tools/gnunet-unindex.c   2005-10-17 18:16:04 UTC 
(rev 2202)
+++ GNUnet/src/applications/fs/tools/gnunet-unindex.c   2005-10-17 18:23:24 UTC 
(rev 2203)
@@ -56,7 +56,7 @@
     break;
   case FSUI_unindex_complete:
     if (*verboselevel == YES) {
-      delta = event->data.UnindexComplete.eta - 
event->data.UnindexComplete.start_time;
+      delta = event->data.UnindexProgress.eta - 
event->data.UnindexProgress.start_time;
       PRINTF(
       _("\nUnindexing of `%s' complete, %llu bytes took %llu seconds (%8.3f 
kbps).\n"),
       event->data.UnindexComplete.filename,





reply via email to

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