summaryrefslogtreecommitdiff
path: root/libxml2/libxml2-gnome599717.patch
blob: cc6617d0e699e1f5afd8b3b2ee798b05ee46e4c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- misc/libxml2-2.7.6/relaxng.c	2009-12-17 11:53:12.000000000 +0000
+++ misc/build/libxml2-2.7.6/relaxng.c	2009-12-17 16:30:43.000000000 +0000
@@ -5369,7 +5369,7 @@
     } else {
         xmlRngPErr(ctxt, node, XML_RNGP_CHOICE_CONTENT,
                    "expecting name, anyName, nsName or choice : got %s\n",
-                   (node == NULL ? "nothing" : node->name), NULL);
+                   (node == NULL ? BAD_CAST "nothing" : node->name), NULL);
         return (NULL);
     }
     if (ret != def) {
@@ -9459,7 +9459,7 @@
             ctxt->states = NULL;
             if (found == 0) {
                 if (cur == NULL) {
-                    VALID_ERR2(XML_RELAXNG_ERR_INTEREXTRA, "noname");
+                    VALID_ERR2(XML_RELAXNG_ERR_INTEREXTRA, BAD_CAST "noname");
                 } else {
                     VALID_ERR2(XML_RELAXNG_ERR_INTEREXTRA, cur->name);
                 }
='decoration'>Jan-Marek Glogowski 2018-10-30Rely on the font instance of the glyphJan-Marek Glogowski 2018-10-23Antialias drawing is part of the font selectionJan-Marek Glogowski 2018-10-06Add a glyph-bound-rect cache to the font cacheJan-Marek Glogowski 2018-08-22rename FontSelectPatternAttributes to FontSelectPatternCaolán McNamara 2018-08-22turn the cache around to work on LogicalFontInstanceCaolán McNamara 2018-08-21use LogicalFontInstance with SalGraphicsCaolán McNamara 2018-06-08hold LogicalFontInstance with rtl::ReferenceNoel Grandin 2018-06-07manage PhysicalFontFace by rtl::ReferenceNoel Grandin 2018-05-12Use HarfBuzz to get Kashida widthKhaled Hosny 2018-05-08Refactor CommonSalLayout font handlingJan-Marek Glogowski 2018-05-07Move PhysicalFontFace member of FontSelectPatternJan-Marek Glogowski 2018-01-17loplugin:useuniqueptr in LogicalFontInstanceNoel Grandin 2017-12-28Try to handle fonts orphaned from cache gracefullyMike Kaganski 2017-10-23loplugin:includeform: vclStephan Bergmann