gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r3528 - GNUnet/src/applications/fs/fsui


From: grothoff
Subject: [GNUnet-SVN] r3528 - GNUnet/src/applications/fs/fsui
Date: Sat, 21 Oct 2006 12:53:30 -0700 (PDT)

Author: grothoff
Date: 2006-10-21 12:53:29 -0700 (Sat, 21 Oct 2006)
New Revision: 3528

Modified:
   GNUnet/src/applications/fs/fsui/fsui.c
Log:
typo

Modified: GNUnet/src/applications/fs/fsui/fsui.c
===================================================================
--- GNUnet/src/applications/fs/fsui/fsui.c      2006-10-21 19:52:57 UTC (rev 
3527)
+++ GNUnet/src/applications/fs/fsui/fsui.c      2006-10-21 19:53:29 UTC (rev 
3528)
@@ -79,7 +79,7 @@
        eta = now;
       } else {
        eta = (cron_t) (now - ret->runTime +
-                       (((double)(ret->run_time)/(double)ret->completed))
+                       (((double)(ret->runTime)/(double)ret->completed))
                        * (double)ret->total);
        if (eta < now)
          eta = now;





reply via email to

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