From 4dd59bcdf40721395182f4ba78e6bdf327f10d2a Mon Sep 17 00:00:00 2001 From: selfpoised Date: Wed, 13 Mar 2013 16:54:15 +0800 Subject: [PATCH] Update tinyxml2.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit *end != 0 => *_end != 0 --- tinyxml2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tinyxml2.h b/tinyxml2.h index b75471f..b0636a4 100755 --- a/tinyxml2.h +++ b/tinyxml2.h @@ -172,7 +172,7 @@ private: 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;