MSVC: vsnprintf in Visual Studio 2015 doesn't need SNPRINTF_SIZE_CORR any more
authorSven Strickroth <sven@cs-ware.de>
Tue, 29 Mar 2016 16:25:28 +0000 (18:25 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 30 Mar 2016 18:13:01 +0000 (11:13 -0700)
In MSVC2015 the behavior of vsnprintf was changed.
W/o this fix there is one character missing at the end.

Signed-off-by: Sven Strickroth <sven@cs-ware.de>
Acked-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Acked-by: Sebastian Schuberth <sschuberth@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found