commit | 1aa8fc4a1e28a666a28fe0dbc3d9a9b66d90436b | [log] [tgz] |
---|---|---|
author | Lee Thomason <leethomason@gmail.com> | Sat Oct 13 20:01:30 2012 -0700 |
committer | Lee Thomason <leethomason@gmail.com> | Sat Oct 13 20:01:30 2012 -0700 |
tree | 9b47a59d192167f859177ab2e642ffc2493f2247 | |
parent | 624d43fc05e889f5346d03ee1bdc115eb22e3c6f [diff] [blame] |
fix up rename on windows
diff --git a/tinyxml2.cpp b/tinyxml2.cpp index b710b40..2536414 100755 --- a/tinyxml2.cpp +++ b/tinyxml2.cpp
@@ -1762,7 +1762,7 @@ len = vsnprintf_s( _accumulator.Mem(), _accumulator.Capacity(), _TRUNCATE, format, va ); if ( len < 0 ) { expand *= 3/2; - accumulator.PushArr( expand ); + _accumulator.PushArr( expand ); } } char* p = _buffer.PushArr( len ) - 1;