diff options
| author | George Hazan <george.hazan@gmail.com> | 2012-07-29 20:12:38 +0000 | 
|---|---|---|
| committer | George Hazan <george.hazan@gmail.com> | 2012-07-29 20:12:38 +0000 | 
| commit | bd505348b2ea0aa0e5639de57a90c9b5e9d25e1f (patch) | |
| tree | 8b7a5cd69b2fa5029e5c39d4da5802e739b0b9bc /plugins/FingerPrintModPlus/src | |
| parent | b642cdb1cd9e88d9ff4e0bf27a1232d6e56a3ec3 (diff) | |
even simpler 
git-svn-id: http://svn.miranda-ng.org/main/trunk@1248 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/FingerPrintModPlus/src')
| -rw-r--r-- | plugins/FingerPrintModPlus/src/fingerprint.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/FingerPrintModPlus/src/fingerprint.cpp b/plugins/FingerPrintModPlus/src/fingerprint.cpp index 3c097951a7..7ae6cfcea4 100644 --- a/plugins/FingerPrintModPlus/src/fingerprint.cpp +++ b/plugins/FingerPrintModPlus/src/fingerprint.cpp @@ -548,7 +548,7 @@ void FASTCALL GetIconsIndexesA(LPSTR szMirVer, short *base, short *overlay,short  		return;
  	}
 -	LPTSTR tszMirVerUp = mir_a2t_cp(szMirVer, g_LPCodePage);
 +	LPTSTR tszMirVerUp = mir_a2t(szMirVer);
  	size_t iMirVerUpLen = lstrlen(tszMirVerUp);
  	_tcsupr_s(tszMirVerUp, iMirVerUpLen);
  | 
