gnunet-svn
[Top][All Lists]
Advanced

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

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


From: grothoff
Subject: [GNUnet-SVN] r3360 - gnunet-gtk/src/plugins/fs
Date: Tue, 5 Sep 2006 16:29:51 -0700 (PDT)

Author: grothoff
Date: 2006-09-05 16:29:49 -0700 (Tue, 05 Sep 2006)
New Revision: 3360

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

Modified: gnunet-gtk/src/plugins/fs/meta.c
===================================================================
--- gnunet-gtk/src/plugins/fs/meta.c    2006-09-05 23:23:22 UTC (rev 3359)
+++ gnunet-gtk/src/plugins/fs/meta.c    2006-09-05 23:29:49 UTC (rev 3360)
@@ -39,7 +39,8 @@
   GtkTreeIter iter;
 
   stype = EXTRACTOR_getKeywordTypeAsString(type);
-  GNUNET_ASSERT(stype != NULL);
+  if (stype == NULL) /* wrong LE version!? */
+    return OK; /* not ok, but best we can do */
   gtk_list_store_append(store,
                        &iter);
   gtk_list_store_set(store,





reply via email to

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