]> granicus.if.org Git - check/commit
libcompat: do not use _snprintf even if available
authorbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Thu, 2 Jan 2014 02:43:00 +0000 (02:43 +0000)
committerbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Thu, 2 Jan 2014 02:43:00 +0000 (02:43 +0000)
commitd8cc92476f1d7b18db93dadd2dbb2ea39b070ddd
treed099ec1dececa886bb24bed8bcba6381b28ac681
parent87a99583f2c09b083596c45084fe1dd1dbd7cd8b
libcompat: do not use _snprintf even if available

After going back and forth on this one, it seems simpler to
use libcompat's snprintf, even if _snprintf is available.

There were issues on MSVC using _snprintf.

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@995 64e312b2-a51f-0410-8e61-82d0ca0eb02a
lib/libcompat.h