| Index: third_party/libxml/src/entities.c
|
| diff --git a/third_party/libxml/src/entities.c b/third_party/libxml/src/entities.c
|
| index 6aef49f43521ee3457a50f0a09d4ddfefb0f11f9..2aeef044b45e106c75117d930447a805190f09bb 100644
|
| --- a/third_party/libxml/src/entities.c
|
| +++ b/third_party/libxml/src/entities.c
|
| @@ -609,7 +609,7 @@ xmlEncodeEntitiesReentrant(xmlDocPtr doc, const xmlChar *input) {
|
| } else if (*cur >= 0x80) {
|
| if (((doc != NULL) && (doc->encoding != NULL)) || (html)) {
|
| /*
|
| - * Bjørn Reese <br@sseusa.com> provided the patch
|
| + * Bjørn Reese <br@sseusa.com> provided the patch
|
| xmlChar xc;
|
| xc = (*cur & 0x3F) << 6;
|
| if (cur[1] != 0) {
|
|
|