gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r7424 - GNUnet/src/applications/fs/ecrs


From: gnunet
Subject: [GNUnet-SVN] r7424 - GNUnet/src/applications/fs/ecrs
Date: Sun, 13 Jul 2008 16:55:09 -0600 (MDT)

Author: grothoff
Date: 2008-07-13 16:55:08 -0600 (Sun, 13 Jul 2008)
New Revision: 7424

Modified:
   GNUnet/src/applications/fs/ecrs/helper.c
   GNUnet/src/applications/fs/ecrs/parser.c
Log:
fixing 1388

Modified: GNUnet/src/applications/fs/ecrs/helper.c
===================================================================
--- GNUnet/src/applications/fs/ecrs/helper.c    2008-07-13 21:18:15 UTC (rev 
7423)
+++ GNUnet/src/applications/fs/ecrs/helper.c    2008-07-13 22:55:08 UTC (rev 
7424)
@@ -184,6 +184,7 @@
           else
             *(w++) = *(r++);
         }
+      *w = '\0';
       uri->data.ksk.keywords[i] = GNUNET_strdup (val);
       GNUNET_free (val);
     }

Modified: GNUnet/src/applications/fs/ecrs/parser.c
===================================================================
--- GNUnet/src/applications/fs/ecrs/parser.c    2008-07-13 21:18:15 UTC (rev 
7423)
+++ GNUnet/src/applications/fs/ecrs/parser.c    2008-07-13 22:55:08 UTC (rev 
7424)
@@ -167,3 +167,5 @@
     }
   return GNUNET_OK;
 }
+
+/* end of parser.c */





reply via email to

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