mirror of
https://github.com/AxioDL/tinyxml2.git
synced 2025-05-15 03:41:30 +00:00
Merge pull request #100 from selfpoised/master
minor change: from " *end != 0 => *_end != 0"
This commit is contained in:
commit
c510a8c76e
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user