Explorar el Código

fix up rename on windows

Lee Thomason hace 13 años
padre
commit
1aa8fc4a1e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tinyxml2.cpp

+ 1 - 1
tinyxml2.cpp

@@ -1762,7 +1762,7 @@ void XMLPrinter::Print( const char* format, ... )
             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;