From 266f013880679ed9b6cb6b6dcd5d483070910566 Mon Sep 17 00:00:00 2001 From: Ilya Shipitsin Date: Sun, 6 Jan 2019 18:49:56 +0500 Subject: [PATCH] src/Cedar/Command: remove redundant assignment found by cppcheck [src/Cedar/Command.c:23220] -> [src/Cedar/Command.c:23232]: (style) Variable 'len' is reassigned a value before the old one has been used. --- src/Cedar/Command.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Cedar/Command.c b/src/Cedar/Command.c index 5da6a795..617f3c1e 100644 --- a/src/Cedar/Command.c +++ b/src/Cedar/Command.c @@ -23229,7 +23229,6 @@ void CtEscapeCsv(wchar_t *dst, UINT size, wchar_t *src){ } // If there is no character that need to be escaped in the input characters, copy it to the output - len = UniStrLen(src); for (i=0; i