From ec4b01a7990a0de789a40b846c62a679092e7409 Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 13:11:02 +0000 Subject: Utilisateur : Fcolin Date : 1/06/05 Heure : 16:45 Archivé dans $/Bus/IvyProbe Commentaire: (vss 19) --- 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 d64c616..b29fd72 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); - vsprintf(str, format, args); + _vsnprintf(str, sizeof(str), format, args); m_text.AppendString( str ); } -- cgit v1.1