From faef1619ffd02bf15912a835647111de718f8036 Mon Sep 17 00:00:00 2001 From: Scott MacVicar Date: Mon, 12 Jan 2009 14:27:39 +0000 Subject: [PATCH] The previous error was masked by a missing entry, sync them back up. --- ext/xml/compat.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/xml/compat.c b/ext/xml/compat.c index cd28a17e8a..84fe224c4d 100644 --- a/ext/xml/compat.c +++ b/ext/xml/compat.c @@ -623,6 +623,7 @@ static const XML_Char *const error_mapping[] = { "No memory", "Invalid document start", "Empty document", + "Not well-formed (invalid token)", "Invalid document end", "Invalid hexadecimal character reference", "Invalid decimal character reference", -- 2.50.1