gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r4784 - gnunet-gtk/src/plugins/fs
Date: Fri, 4 May 2007 00:57:57 -0600 (MDT)

Author: grothoff
Date: 2007-05-04 00:57:57 -0600 (Fri, 04 May 2007)
New Revision: 4784

Modified:
   gnunet-gtk/src/plugins/fs/download.c
Log:
fixing mantis 1207

Modified: gnunet-gtk/src/plugins/fs/download.c
===================================================================
--- gnunet-gtk/src/plugins/fs/download.c        2007-05-01 17:42:14 UTC (rev 
4783)
+++ gnunet-gtk/src/plugins/fs/download.c        2007-05-04 06:57:57 UTC (rev 
4784)
@@ -544,7 +544,7 @@
                     sdc->idc_uri,
                     sdc->idc_meta,
                     sdc->idc_final_download_destination,
-                    sdc->searchContext->fsui_list,
+                    (sdc->searchContext != NULL) ? 
sdc->searchContext->fsui_list : NULL,
                     (sdc->parentContext != NULL) ? 
sdc->parentContext->fsui_list : NULL);
   return NULL;
 }





reply via email to

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