gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r4752 - GNUnet/src/applications/fs/fsui
Date: Sun, 15 Apr 2007 22:10:25 -0600 (MDT)

Author: grothoff
Date: 2007-04-15 22:10:25 -0600 (Sun, 15 Apr 2007)
New Revision: 4752

Modified:
   GNUnet/src/applications/fs/fsui/upload.c
Log:
fx

Modified: GNUnet/src/applications/fs/fsui/upload.c
===================================================================
--- GNUnet/src/applications/fs/fsui/upload.c    2007-04-16 03:54:26 UTC (rev 
4751)
+++ GNUnet/src/applications/fs/fsui/upload.c    2007-04-16 04:10:25 UTC (rev 
4752)
@@ -499,7 +499,7 @@
   utc = MALLOC(sizeof(FSUI_UploadList));
   utc->completed = 0;
   utc->total = 0; /* to be set later */
-  utc->start_time = 0;
+  utc->start_time = get_time();
   utc->shared = shared;
   utc->next = NULL;
   utc->child = NULL;





reply via email to

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