From 2925e6ef90c51c6252613613b4eabf5474aef76b Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 25 Mar 2014 14:29:22 +0000 Subject: forgotten the old paramter... git-svn-id: http://svn.miranda-ng.org/main/trunk@8739 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- src/mir_core/langpack.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/mir_core/langpack.cpp b/src/mir_core/langpack.cpp index bebe9d6215..6936fbda76 100644 --- a/src/mir_core/langpack.cpp +++ b/src/mir_core/langpack.cpp @@ -399,7 +399,7 @@ MIR_CORE_DLL(int) LoadLangPack(const TCHAR *ptszLangPack) _tcsncpy_s(langPack.tszFileName, SIZEOF(langPack.tszFullPath), (p == NULL) ? tszFullPath : p + 1, _TRUNCATE); CharLower(langPack.tszFileName); - FILE *fp = _tfopen(ptszLangPack, _T("rt")); + FILE *fp = _tfopen(tszFullPath, _T("rt")); if (fp == NULL) return 1; -- cgit v1.2.3