All pastes #1674944 Raw Edit

relaxng.c patch

public diff v1 · immutable
#1674944 ·published 2009-11-17 15:18 UTC
rendered paste body
--- ../relaxng.c-kaputt_:-(     Di Nov 17 16:14:40 2009+++ ../relaxng.c        Di Nov 17 16:15:23 2009@@ -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) {