From 49e3b1e92ab32714523690991027b5bc0cbb18ef Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 13:11:04 +0000 Subject: Utilisateur : Fcolin Date : 18/11/05 Heure : 11:46 Archivé dans $/Bus/IvyProbe Commentaire: (vss 20) --- IvyProbe/IvyProbeDlg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'IvyProbe') diff --git a/IvyProbe/IvyProbeDlg.cpp b/IvyProbe/IvyProbeDlg.cpp index b29fd72..997ae6f 100644 --- a/IvyProbe/IvyProbeDlg.cpp +++ b/IvyProbe/IvyProbeDlg.cpp @@ -239,7 +239,7 @@ void CIvyProbeDlg::WriteMessage(const char *format, ...) // format and write the data we were given va_list args; va_start(args, format); - _vsnprintf(str, sizeof(str), format, args); + _vsnprintf_s(str, sizeof(str), sizeof(str)-1, format, args); m_text.AppendString( str ); } -- cgit v1.1