[metadata] Use g_snprintf instead of snprintf to fix MSVC build
authorAlexander Köplinger <alex.koeplinger@outlook.com>
Tue, 8 Dec 2015 00:17:24 +0000 (01:17 +0100)
committerAlexander Köplinger <alex.koeplinger@outlook.com>
Tue, 8 Dec 2015 00:17:24 +0000 (01:17 +0100)
commit47737e559906a48e1631bb4015cbc36d12b241a7
treebf00c78db4b9f46768756424499d94afb7fbcd3b
parent54a020da2d826dce307947dd2374f16f2e2b6037
[metadata] Use g_snprintf instead of snprintf to fix MSVC build

The latter only works with Visual Studio 2015 and later. We're still using VS2013 on Jenkins
mono/metadata/class.c