changeset 2652:01ce6cb72e43

Possible fix for IceCast stream titles getting cut at first single quote.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 28 May 2008 15:48:02 +0300
parents 61763acee0b8
children c71b550c3345
files src/neon/neon.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/neon/neon.c	Wed May 28 14:32:59 2008 +0300
+++ b/src/neon/neon.c	Wed May 28 15:48:02 2008 +0300
@@ -273,7 +273,7 @@
                 /*
                  * Reading value
                  */
-                if ('\'' == *p) {
+                if ('\'' == *p && ';' == *(p+1)) {
                     /*
                      * End of value
                      */