Package: shell-fm
Version: 0.4+svn20071125.r282-1
Followup-For: Bug #503734
Patch attached.
--
Jakub Wilk
diff --git a/src/http.c b/src/http.c
--- a/src/http.c
+++ b/src/http.c
@@ -258,6 +258,8 @@
"<", "<",
">", ">",
" ", " ",
+ """, "\"",
+ "'", "\'",
};
for(i = 0; i < (sizeof(
Package: shell-fm
Version: 0.4+svn20071125.r282-1
Severity: normal
I have seen the following line:
Artist: ""Weird Al" Yankovic"
(http://www.last.fm/music/%22Weird+Al%22+Yankovic)
Of course, it should be:
Artist: ""Weird Al" Yankovic"
(http://www.last.fm/music/%22Weird+Al%22+Yankovic)
-
2 matches
Mail list logo