gnunet-svn
[Top][All Lists]
Advanced

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

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


From: grothoff
Subject: [GNUnet-SVN] r3747 - GNUnet/src/applications/fs/fsui
Date: Sun, 12 Nov 2006 20:54:35 -0800 (PST)

Author: grothoff
Date: 2006-11-12 20:54:33 -0800 (Sun, 12 Nov 2006)
New Revision: 3747

Modified:
   GNUnet/src/applications/fs/fsui/download.c
Log:
do not crash

Modified: GNUnet/src/applications/fs/fsui/download.c
===================================================================
--- GNUnet/src/applications/fs/fsui/download.c  2006-11-13 04:48:36 UTC (rev 
3746)
+++ GNUnet/src/applications/fs/fsui/download.c  2006-11-13 04:54:33 UTC (rev 
3747)
@@ -275,7 +275,7 @@
                 &event);
   } else {
     /* else: suspended */
-    GE_ASSERT(NULL, dl->state == FSUI_SUSPENDING);
+    GE_BREAK(NULL, dl->state == FSUI_SUSPENDING);
   }
 
 





reply via email to

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