[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r3824 - GNUnet/src/applications/fs/fsui
From: |
grothoff |
Subject: |
[GNUnet-SVN] r3824 - GNUnet/src/applications/fs/fsui |
Date: |
Wed, 29 Nov 2006 20:11:02 -0800 (PST) |
Author: grothoff
Date: 2006-11-29 20:11:00 -0800 (Wed, 29 Nov 2006)
New Revision: 3824
Modified:
GNUnet/src/applications/fs/fsui/serializetest2.c
Log:
fsui bugfixes
Modified: GNUnet/src/applications/fs/fsui/serializetest2.c
===================================================================
--- GNUnet/src/applications/fs/fsui/serializetest2.c 2006-11-30 03:49:36 UTC
(rev 3823)
+++ GNUnet/src/applications/fs/fsui/serializetest2.c 2006-11-30 04:11:00 UTC
(rev 3824)
@@ -100,7 +100,8 @@
"Download suspended but search reference not set to NULL.\n");
have_error = 1;
}
- download = NULL;
+ if (event->data.DownloadSuspended.dc.pos == download)
+ download = NULL;
break;
case FSUI_search_resumed:
#if DEBUG_VERBOSE
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r3824 - GNUnet/src/applications/fs/fsui,
grothoff <=