gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r18850 - gnunet/src/fs


From: gnunet
Subject: [GNUnet-SVN] r18850 - gnunet/src/fs
Date: Fri, 30 Dec 2011 22:34:02 +0100

Author: grothoff
Date: 2011-12-30 22:34:02 +0100 (Fri, 30 Dec 2011)
New Revision: 18850

Modified:
   gnunet/src/fs/fs_uri.c
Log:
-LRN: Also break on commas

Modified: gnunet/src/fs/fs_uri.c
===================================================================
--- gnunet/src/fs/fs_uri.c      2011-12-30 21:33:41 UTC (rev 18849)
+++ gnunet/src/fs/fs_uri.c      2011-12-30 21:34:02 UTC (rev 18850)
@@ -1573,7 +1573,7 @@
 /**
  * Where to break up keywords
  */
-#define TOKENS "_. /-!?#&address@hidden"\'\\;:"
+#define TOKENS "_. /-!?#&address@hidden"\'\\;:,"
 
 /**
  * Break the filename up by TOKENS to make




reply via email to

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