commit | 8916a3c587b58f647ab9ae194a99b06a837874c9 | [log] [tgz] |
---|---|---|
author | Alanscut <wp_scut@163.com> | Mon Sep 16 17:03:12 2019 +0800 |
committer | Alanscut <wp_scut@163.com> | Mon Sep 16 17:03:12 2019 +0800 |
tree | 5a3adfcbf04c6c7aef83537639504dade5aaa26e | |
parent | ff61650517cc32d524689366f977716e73d4f924 [diff] [blame] |
fix wrong symbol
diff --git a/xmltest.cpp b/xmltest.cpp index 5a07547..028953e 100755 --- a/xmltest.cpp +++ b/xmltest.cpp
@@ -1290,7 +1290,7 @@ } { - // trying to repro ]1874301]. If it doesn't go into an infinite loop, all is well. + // trying to repro [1874301]. If it doesn't go into an infinite loop, all is well. unsigned char buf[] = "<?xml version=\"1.0\" encoding=\"utf-8\"?><feed><![CDATA[Test XMLblablablalblbl"; buf[60] = 239; buf[61] = 0;