sound-juicer r2139 - in trunk: . src



Author: rburton
Date: Fri Mar 14 16:24:50 2008
New Revision: 2139
URL: http://svn.gnome.org/viewvc/sound-juicer?rev=2139&view=rev

Log:
2008-03-14  Ross Burton  <ross burtonini com>

	* src/sj-extracting.c:
	Add []<> to the special list (#511664, thanks Matthew Martin).


Modified:
   trunk/ChangeLog
   trunk/src/sj-extracting.c

Modified: trunk/src/sj-extracting.c
==============================================================================
--- trunk/src/sj-extracting.c	(original)
+++ trunk/src/sj-extracting.c	Fri Mar 14 16:24:50 2008
@@ -826,7 +826,7 @@
     /* Replace separators with a hyphen */
     g_strdelimit (s, "\\:|", '-');
     /* Replace all other weird characters to whitespace */
-    g_strdelimit (s, "*?&!\'\"$()`>{}", ' ');
+    g_strdelimit (s, "*?&!\'\"$()`>{}[]<>", ' ');
     /* Replace all whitespace with underscores */
     /* TODO: I'd like this to compress whitespace aswell */
     g_strdelimit (s, "\t ", '_');



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