diff options
Diffstat (limited to 'protocols/Tlen/src/tlen_thread.cpp')
| -rw-r--r-- | protocols/Tlen/src/tlen_thread.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/Tlen/src/tlen_thread.cpp b/protocols/Tlen/src/tlen_thread.cpp index 4984a7f6a5..3c31a9a097 100644 --- a/protocols/Tlen/src/tlen_thread.cpp +++ b/protocols/Tlen/src/tlen_thread.cpp @@ -563,7 +563,7 @@ static void TlenProcessIqGetVersion(TlenProtocol *proto, XmlNode *node)  	if ( os == NULL ) os = TlenTextEncode("Windows");
 -	strcpy(mversion, "Miranda NG ");
 +	mir_strcpy(mversion, "Miranda NG ");
  	CallService(MS_SYSTEM_GETVERSIONTEXT, sizeof( mversion ) - 11, ( LPARAM )mversion + 11 );
  	strcat(mversion, " (Tlen v.");
  	strcat(mversion, TLEN_VERSION_STRING);
 @@ -1131,7 +1131,7 @@ static void TlenProcessP(XmlNode *node, ThreadData *info)  		if (iNode != NULL) {
  			iStr = TlenXmlGetAttrValue(iNode, "i");
  			temp = (char*)mir_alloc(mir_strlen(f)+mir_strlen(iStr)+2);
 -			strcpy(temp, f);
 +			mir_strcpy(temp, f);
  			strcat(temp, "/");
  			strcat(temp, iStr);
  			f = TlenTextDecode(temp);
  | 
