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/ImageBox.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nGenEx/ImageBox.cpp') diff --git a/nGenEx/ImageBox.cpp b/nGenEx/ImageBox.cpp index cf3ba39..bfef55c 100644 --- a/nGenEx/ImageBox.cpp +++ b/nGenEx/ImageBox.cpp @@ -28,7 +28,7 @@ ImageBox::ImageBox(ActiveWindow* p, int ax, int ay, int aw, int ah, DWORD aid) text_align = DT_CENTER; char buf[32]; - sprintf_s(buf, "ImageBox %d", id); + sprintf_s(buf, "ImageBox %d", id); //-V576 desc = buf; } @@ -39,7 +39,7 @@ ImageBox::ImageBox(Screen* s, int ax, int ay, int aw, int ah, DWORD aid) text_align = DT_CENTER; char buf[32]; - sprintf_s(buf, "ImageBox %d", id); + sprintf_s(buf, "ImageBox %d", id); //-V576 desc = buf; } -- cgit v1.1