From: Sven Strickroth Date: Tue, 29 Mar 2016 16:25:28 +0000 (+0200) Subject: MSVC: vsnprintf in Visual Studio 2015 doesn't need SNPRINTF_SIZE_CORR any more X-Git-Tag: v2.8.2~8^2~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/dae26d30f4dfff352fb401e5a24c2df1a0a339f0?hp=dae26d30f4dfff352fb401e5a24c2df1a0a339f0 MSVC: vsnprintf in Visual Studio 2015 doesn't need SNPRINTF_SIZE_CORR any more 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 Acked-by: Johannes Schindelin Acked-by: Sebastian Schuberth Signed-off-by: Junio C Hamano ---