Kaydet (Commit) e395aa09 authored tarafından Takeshi Abe's avatar Takeshi Abe

match va_start() with va_end()

Change-Id: I5c3c2570d6311f49da95bb80c0f9850f89970235
üst 4c0eb743
......@@ -120,6 +120,7 @@ inline void OutputDebugStringFormat( LPCSTR pFormat, ... )
va_start( args, pFormat );
StringCchVPrintfA( buffer, sizeof(buffer), pFormat, args );
va_end( args );
OutputDebugStringA( buffer );
}
#else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment