commit | 714ccfe29b143874d88e6fb736abea6baf1322b8 | [log] [tgz] |
---|---|---|
author | Lee Thomason <leethomason@gmail.com> | Tue Oct 10 17:08:12 2017 -0700 |
committer | Lee Thomason <leethomason@gmail.com> | Tue Oct 10 17:08:12 2017 -0700 |
tree | 9bf191a6a396232d5750e455fdee2bd148a78200 | |
parent | aa1883928bf20605db7ac1193c016364b580c85c [diff] [blame] |
fix line number tracker. error msg wip
diff --git a/tinyxml2.cpp b/tinyxml2.cpp index 1b54017..140df86 100755 --- a/tinyxml2.cpp +++ b/tinyxml2.cpp
@@ -2301,6 +2301,7 @@ { TIXMLASSERT( error >= 0 && error < XML_ERROR_COUNT ); _errorID = error; + _errorLineNum = lineNum; _errorStr.Reset(); if (format) {