summaryrefslogtreecommitdiff
path: root/protocols/JabberG/jabber_file.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/JabberG/jabber_file.cpp')
-rw-r--r--protocols/JabberG/jabber_file.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/JabberG/jabber_file.cpp b/protocols/JabberG/jabber_file.cpp
index 716e108caf..c445e1f4b0 100644
--- a/protocols/JabberG/jabber_file.cpp
+++ b/protocols/JabberG/jabber_file.cpp
@@ -529,7 +529,7 @@ int filetransfer::create()
TCHAR filefull[ MAX_PATH ];
mir_sntprintf( filefull, SIZEOF(filefull), _T("%s\\%s"), std.tszWorkingDir, std.tszCurrentFile );
- replaceStr( std.tszCurrentFile, filefull );
+ replaceStrT( std.tszCurrentFile, filefull );
if ( hWaitEvent != INVALID_HANDLE_VALUE )
CloseHandle( hWaitEvent );