gnunet-svn
[Top][All Lists]
Advanced

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

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


From: grothoff
Subject: [GNUnet-SVN] r1885 - GNUnet/src/applications/fs/fsui
Date: Wed, 24 Aug 2005 00:08:20 -0700 (PDT)

Author: grothoff
Date: 2005-08-24 00:08:19 -0700 (Wed, 24 Aug 2005)
New Revision: 1885

Modified:
   GNUnet/src/applications/fs/fsui/namespace_info.c
Log:
off by one

Modified: GNUnet/src/applications/fs/fsui/namespace_info.c
===================================================================
--- GNUnet/src/applications/fs/fsui/namespace_info.c    2005-08-24 06:59:22 UTC 
(rev 1884)
+++ GNUnet/src/applications/fs/fsui/namespace_info.c    2005-08-24 07:08:19 UTC 
(rev 1885)
@@ -401,6 +401,7 @@
   while ( (pos < size) &&
          (uri[pos] != '\0') )
     pos++;
+  pos++;
   size -= pos;
   if (size == 0) {
     FREE(buf);





reply via email to

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