commit | 4dd59bcdf40721395182f4ba78e6bdf327f10d2a | [log] [tgz] |
---|---|---|
author | selfpoised <selfpoised@gmail.com> | Wed Mar 13 16:54:15 2013 +0800 |
committer | selfpoised <selfpoised@gmail.com> | Wed Mar 13 16:54:15 2013 +0800 |
tree | eab19bb843ca61199a2290895ae0796b2064caa8 | |
parent | e77e19553d315fd4946214a44bd380133822582b [diff] [blame] |
Update tinyxml2.h *end != 0 => *_end != 0
diff --git a/tinyxml2.h b/tinyxml2.h index b75471f..b0636a4 100755 --- a/tinyxml2.h +++ b/tinyxml2.h
@@ -172,7 +172,7 @@ NEEDS_DELETE = 0x200 }; - // After parsing, if *end != 0, it can be set to zero. + // After parsing, if *_end != 0, it can be set to zero. int _flags; char* _start; char* _end;