[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r4651 - GNUnet/src/applications/fs/fsui
From: |
gnunet |
Subject: |
[GNUnet-SVN] r4651 - GNUnet/src/applications/fs/fsui |
Date: |
Thu, 8 Mar 2007 02:21:46 -0700 (MST) |
Author: grothoff
Date: 2007-03-08 02:21:45 -0700 (Thu, 08 Mar 2007)
New Revision: 4651
Modified:
GNUnet/src/applications/fs/fsui/upload.c
Log:
fx
Modified: GNUnet/src/applications/fs/fsui/upload.c
===================================================================
--- GNUnet/src/applications/fs/fsui/upload.c 2007-03-08 03:50:46 UTC (rev
4650)
+++ GNUnet/src/applications/fs/fsui/upload.c 2007-03-08 09:21:45 UTC (rev
4651)
@@ -270,11 +270,11 @@
&utc->uri);
if (ret != OK) {
if (utc->state == FSUI_ACTIVE) {
- char *err;
+ const char *err;
err = GE_memory_get(mem, 0);
signalError(utc,
- err ? err : "");
+ err ? err : "");
} else if (utc->state == FSUI_ABORTED) {
event.type = FSUI_upload_aborted;
event.data.UploadAborted.uc.pos = utc;
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r4651 - GNUnet/src/applications/fs/fsui,
gnunet <=