diff options
Diffstat (limited to 'HTMLtree.c')
-rw-r--r-- | HTMLtree.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -170,7 +170,7 @@ htmlSetMetaEncoding(htmlDocPtr doc, const xmlChar *encoding) { if (encoding != NULL) { snprintf(newcontent, sizeof(newcontent), "text/html; charset=%s", - encoding); + (char *)encoding); newcontent[sizeof(newcontent) - 1] = 0; } |