Version string was truncating the last character.
Use memcpy() rather than StrNCpy() which had forced a string termination character at the end.
Showing
Please register or sign in to comment
Use memcpy() rather than StrNCpy() which had forced a string termination character at the end.