From d247e6df50e9377cc5ecd0f4c29cc40de4165d1a Mon Sep 17 00:00:00 2001 From: "FWoltermann@gmail.com" Date: Mon, 16 Jul 2012 17:51:12 +0000 Subject: Ignore PVS Studio warning V576 --- nGenEx/ComboBox.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nGenEx/ComboBox.cpp') diff --git a/nGenEx/ComboBox.cpp b/nGenEx/ComboBox.cpp index 3c3934f..f3a9987 100644 --- a/nGenEx/ComboBox.cpp +++ b/nGenEx/ComboBox.cpp @@ -43,7 +43,7 @@ ComboBox::ComboBox(ActiveWindow* p, int ax, int ay, int aw, int ah, DWORD aid) bevel_width = 5; char buf[32]; - sprintf_s(buf, "ComboBox %d", id); + sprintf_s(buf, "ComboBox %d", id); //-V576 desc = buf; } @@ -61,7 +61,7 @@ ComboBox::ComboBox(Screen* s, int ax, int ay, int aw, int ah, DWORD aid) bevel_width = 5; char buf[32]; - sprintf_s(buf, "ComboBox %d", id); + sprintf_s(buf, "ComboBox %d", id); //-V576 desc = buf; } -- cgit v1.1