gnunet-svn
[Top][All Lists]
Advanced

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

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


From: durner
Subject: [GNUnet-SVN] r2066 - GNUnet/src/applications/fs/fsui
Date: Wed, 7 Sep 2005 01:14:45 -0700 (PDT)

Author: durner
Date: 2005-09-07 01:14:42 -0700 (Wed, 07 Sep 2005)
New Revision: 2066

Modified:
   GNUnet/src/applications/fs/fsui/unindex.c
Log:
Don't ignore the first character of the filename to be unindexed

Modified: GNUnet/src/applications/fs/fsui/unindex.c
===================================================================
--- GNUnet/src/applications/fs/fsui/unindex.c   2005-09-05 14:03:52 UTC (rev 
2065)
+++ GNUnet/src/applications/fs/fsui/unindex.c   2005-09-07 08:14:42 UTC (rev 
2066)
@@ -66,7 +66,7 @@
   FSUI_Event event;
   int ret;
 
-  ret = ECRS_unindexFile(&utc->filename[1],
+  ret = ECRS_unindexFile(utc->filename,
                         (ECRS_UploadProgressCallback) &progressCallback,
                         utc,
                         NULL,





reply via email to

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