From 58378915fa46ef13ad0659c9d1254bc2ebf88e79 Mon Sep 17 00:00:00 2001 From: Vitalii Koshura Date: Mon, 3 Apr 2017 03:24:13 +0300 Subject: [PATCH] client: Fix show message cycle From PVS Studio: V767 Suspicious access to element of 'msgs' array by a constant index inside a loop. https://www.viva64.com/en/w/V767/print/ Signed-off-by: Vitalii Koshura --- client/app.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/app.cpp b/client/app.cpp index 24c153fbf0..93d374245d 100644 --- a/client/app.cpp +++ b/client/app.cpp @@ -985,7 +985,7 @@ void MSG_QUEUE::msg_queue_poll(MSG_CHANNEL& channel) { for (unsigned int i=0; i