Fix declaration of snprintf for older MSVC
authorMartin Kroeker <martin@ruby.chemie.uni-freiburg.de>
Thu, 12 Jul 2018 09:47:52 +0000 (11:47 +0200)
committerGitHub <noreply@github.com>
Thu, 12 Jul 2018 09:47:52 +0000 (11:47 +0200)
commit1309711e243ee945908b0c6139e9ea35c12e97f1
tree31c0aaeffa414395f3a98c4f585ebd2d163ff52f
parent571e9de2ac77d838ba47bb7ec6981c7a5b5e68d0
Fix declaration of snprintf for older MSVC

_snprintf_s takes an additional (size) argument, so is no direct replacement.
(Note that this code is currently unused - the two instances of snprintf here are within ifdef blocks that are not compiled for MSVC)
utest/ctest.h