From bb4a25ee1fb590c3fc84177d3c9518add8ac0c58 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sat, 16 May 2015 17:11:02 +0000 Subject: cleanup git-svn-id: http://svn.miranda-ng.org/main/trunk@13623 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Utils/mir_options.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Utils/mir_options.cpp') diff --git a/plugins/Utils/mir_options.cpp b/plugins/Utils/mir_options.cpp index 12b2d5466d..a90cf77148 100644 --- a/plugins/Utils/mir_options.cpp +++ b/plugins/Utils/mir_options.cpp @@ -77,7 +77,7 @@ static void PathToRelative(TCHAR *pOut, size_t outSize, const TCHAR *pSrc) size_t len = mir_tstrlen(dbPath); if (!_tcsnicmp(pSrc, dbPath, len)) len = 0; - _tcsncpy_s(pOut, outSize, (pSrc + len), _TRUNCATE); + mir_tstrncpy(pOut, pSrc + len, outSize); } } -- cgit v1.2.3