From da985f982d63b06db8784199105f73bc0a4d6fc6 Mon Sep 17 00:00:00 2001 From: Tobias Weimer Date: Wed, 15 Apr 2015 19:45:07 +0000 Subject: MirandaG15: - minor bugfixes git-svn-id: http://svn.miranda-ng.org/main/trunk@12843 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/MirandaG15/src/LCDFramework/misc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/MirandaG15/src/LCDFramework/misc.cpp') diff --git a/plugins/MirandaG15/src/LCDFramework/misc.cpp b/plugins/MirandaG15/src/LCDFramework/misc.cpp index 3e861fb529..eb9f2edcf8 100644 --- a/plugins/MirandaG15/src/LCDFramework/misc.cpp +++ b/plugins/MirandaG15/src/LCDFramework/misc.cpp @@ -79,7 +79,7 @@ toNarrowString( const wchar_t* pStr , int len ) // nb: slightly naughty to write directly into the string like this string buf ; buf.resize( nChars ) ; - char *test = (char*)malloc((nChars+1)*sizeof(char)); + //char *test = (char*)malloc((nChars+1)*sizeof(char)); WideCharToMultiByte( CP_ACP , 0 , pStr , len , const_cast(buf.c_str()), nChars , NULL , NULL ) ; -- cgit v1.2.3