diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2013-07-29 17:12:54 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2013-07-29 17:12:54 +0000 |
commit | 95ca67ef5a0d238928746da8470d4b3bb975cda3 (patch) | |
tree | ad9161357557639fcf00f1350a9e78dbc4f2ac7c /textproc/expat2/files/patch-xmltok_impl.c | |
parent | 8237cf02327ab9490a1a0e0996d8bf635d9f643c (diff) |
Notes
Diffstat (limited to 'textproc/expat2/files/patch-xmltok_impl.c')
-rw-r--r-- | textproc/expat2/files/patch-xmltok_impl.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/textproc/expat2/files/patch-xmltok_impl.c b/textproc/expat2/files/patch-xmltok_impl.c deleted file mode 100644 index ec6ab41b30dd..000000000000 --- a/textproc/expat2/files/patch-xmltok_impl.c +++ /dev/null @@ -1,11 +0,0 @@ ---- lib/xmltok_impl.c.orig 2009-12-08 10:16:58.047943029 +0900 -+++ lib/xmltok_impl.c 2009-12-08 10:17:13.228143919 +0900 -@@ -1744,7 +1744,7 @@ - const char *end, - POSITION *pos) - { -- while (ptr != end) { -+ while (ptr < end) { - switch (BYTE_TYPE(enc, ptr)) { - #define LEAD_CASE(n) \ - case BT_LEAD ## n: \ |