summaryrefslogtreecommitdiff
path: root/plugins/SendScreenshotPlus/src/CSendHTTPServer.cpp
diff options
context:
space:
mode:
authorRené Schümann <white06tiger@gmail.com>2014-12-27 05:56:38 +0000
committerRené Schümann <white06tiger@gmail.com>2014-12-27 05:56:38 +0000
commit6d6b16c8591d375a4a4a2db1ebfb307116df3fd0 (patch)
tree0570f547e024d1992847e11616086b8fff7b6156 /plugins/SendScreenshotPlus/src/CSendHTTPServer.cpp
parent6ffc309d05545fe59bdca2b061b605e1dd63c664 (diff)
SendSS:
- cleaned up our mir_string stuff and removed lots of custom implementations as we use those of NG core now (couldn't get rid of mir_string though.. we still use some custom stuff) git-svn-id: http://svn.miranda-ng.org/main/trunk@11650 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SendScreenshotPlus/src/CSendHTTPServer.cpp')
-rw-r--r--plugins/SendScreenshotPlus/src/CSendHTTPServer.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/SendScreenshotPlus/src/CSendHTTPServer.cpp b/plugins/SendScreenshotPlus/src/CSendHTTPServer.cpp
index 5bb28a8da2..69614160bc 100644
--- a/plugins/SendScreenshotPlus/src/CSendHTTPServer.cpp
+++ b/plugins/SendScreenshotPlus/src/CSendHTTPServer.cpp
@@ -63,8 +63,8 @@ int CSendHTTPServer::Send()
m_pszFileName = GetFileNameA(m_pszFile);
}
mir_freeAndNil(m_fsi_pszSrvPath);
- mir_tcsadd(m_fsi_pszSrvPath, _T("/"));
- mir_tcsadd(m_fsi_pszSrvPath, _A2T(m_pszFileName));
+ mir_tstradd(m_fsi_pszSrvPath, _T("/"));
+ mir_tstradd(m_fsi_pszSrvPath, _A2T(m_pszFileName));
replaceStrT(m_fsi_pszRealPath, m_pszFile);