and now, coverity will be happy?
This commit is contained in:
parent
892059a346
commit
f8fe675e65
3 changed files with 7 additions and 7 deletions
|
|
@ -1222,7 +1222,7 @@ char *Localizer::TranslateInput (const char *input)
|
|||
if (ptr != input)
|
||||
ptr++;
|
||||
|
||||
strncpy (string, input, ARRAYSIZE_HLSDK (string));
|
||||
strncpy (string, input, SIZEOF_CHAR (string));
|
||||
strtrim (string);
|
||||
|
||||
FOR_EACH_AE (m_langTab, i)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue