From e328df9bdc816810545b91dccd52e7741e962dc0 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 18 May 2012 21:36:53 +0000 Subject: bunch of fixes git-svn-id: http://svn.miranda-ng.org/main/trunk@57 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/FavContacts/favcontacts.vcxproj | 2 +- plugins/FavContacts/src/http_api.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/FavContacts') diff --git a/plugins/FavContacts/favcontacts.vcxproj b/plugins/FavContacts/favcontacts.vcxproj index a12544ec93..326056cef0 100644 --- a/plugins/FavContacts/favcontacts.vcxproj +++ b/plugins/FavContacts/favcontacts.vcxproj @@ -52,7 +52,7 @@ Disabled - ../../include;../../ExternalAPI;%(AdditionalIncludeDirectories) + ../../include;../ExternalAPI;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_WINDOWS;_USRDLL;FAVCONTACTS_EXPORTS;%(PreprocessorDefinitions) true EnableFastChecks diff --git a/plugins/FavContacts/src/http_api.cpp b/plugins/FavContacts/src/http_api.cpp index 147cabdd7d..ac9171f9c5 100644 --- a/plugins/FavContacts/src/http_api.cpp +++ b/plugins/FavContacts/src/http_api.cpp @@ -86,7 +86,7 @@ public: Send("', "); Send(status); Send(", '"); - SendQuoted(avatar ? avatar->szFilename : ""); + SendQuoted(avatar ? avatar->szFilename : _T("")); Send("');\r\n"); } Send("} catch(e) {}\r\n"); -- cgit v1.2.3