diff --git a/source/shared/StringFunctions.cpp b/source/shared/StringFunctions.cpp index 086b9184..a9b520d3 100644 --- a/source/shared/StringFunctions.cpp +++ b/source/shared/StringFunctions.cpp @@ -136,7 +136,6 @@ int mplat_strcat_s( char * dest, size_t destSize, const char * src ) errno = ERANGE; return ERANGE; } - *p = 0; return 0; } //