]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Fix broken code introduced in r4953
authorAndreas Öman <andreas@lonelycoder.com>
Wed, 23 Jun 2010 22:37:59 +0000 (22:37 +0000)
committerAndreas Öman <andreas@lonelycoder.com>
Wed, 23 Jun 2010 22:37:59 +0000 (22:37 +0000)
src/htsmsg_xml.c

index 9324d7230147aaaab1c69c9fc08c425deed29da7..975cc4a932ec9da3b80932962c5eefe0e5648c26 100644 (file)
@@ -722,7 +722,7 @@ htsmsg_xml_parse_cd(xmlparser_t *xp, htsmsg_t *parent, char *src)
 
       case XML_ENCODING_8859_1:
        for(x = cc->cc_start; x < cc->cc_end; x++)
-         body += put_utf8(body, *x);
+         c += put_utf8(body + c, *x);
        break;
       }