gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r1862 - gnunet-gtk/src/plugins/fs


From: grothoff
Subject: [GNUnet-SVN] r1862 - gnunet-gtk/src/plugins/fs
Date: Tue, 23 Aug 2005 00:21:06 -0700 (PDT)

Author: grothoff
Date: 2005-08-23 00:21:05 -0700 (Tue, 23 Aug 2005)
New Revision: 1862

Modified:
   gnunet-gtk/src/plugins/fs/download.c
Log:
fix

Modified: gnunet-gtk/src/plugins/fs/download.c
===================================================================
--- gnunet-gtk/src/plugins/fs/download.c        2005-08-22 21:34:12 UTC (rev 
1861)
+++ gnunet-gtk/src/plugins/fs/download.c        2005-08-23 07:21:05 UTC (rev 
1862)
@@ -249,6 +249,8 @@
                         DOWNLOAD_SIZE, &total,
                         DOWNLOAD_URI, &u,
                         -1);
+      if (u == NULL)
+       return;
       if (ECRS_equalsUri(u, uri)) {
        if (total != 0)
          val = completed * 100 / total;





reply via email to

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