From f8840b16acaa5cb11a4440ea62a96731a24f4d6e Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> Date: Tue, 31 Mar 2009 05:16:22 +0000 Subject: x64 port git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@448 4f64403b-2f21-0410-a795-97e2b3489a10 --- yapp/popup_history_dlg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'yapp/popup_history_dlg.cpp') diff --git a/yapp/popup_history_dlg.cpp b/yapp/popup_history_dlg.cpp index 2ab979b..b5673c7 100644 --- a/yapp/popup_history_dlg.cpp +++ b/yapp/popup_history_dlg.cpp @@ -496,7 +496,7 @@ void CopyPopupDataToClipboard(HWND hList, int selection) if (found) { EmptyClipboard(); - int len = _tcslen(buffer); + int len = (int)_tcslen(buffer); HANDLE hData = GlobalAlloc(GMEM_MOVEABLE, (len + 2) * sizeof(TCHAR)); clipboard = (TCHAR *) GlobalLock(hData); -- cgit v1.2.3