Kaydet (Commit) 90db9830 authored tarafından Caolán McNamara's avatar Caolán McNamara

cppcheck: uselessAssignmentArg

Change-Id: I94be63174d996069fc5ec9c93d14ccd5a39cb029
üst 10887fe4
......@@ -1774,7 +1774,6 @@ static void osl_ProfileGenerateExtension(const sal_Char* pszFileName, const sal_
{
memcpy(cursor, pszExtension, BufferMaxLen - 1);
cursor += BufferMaxLen - 1;
BufferMaxLen = 1;
}
*cursor = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment