From 3b1ff15cb041414ec4ca49108c6d101cc40455b8 Mon Sep 17 00:00:00 2001 From: kichik Date: Thu, 27 Oct 2005 20:41:37 +0000 Subject: [PATCH] fixed bug #1314004 - Copy details to clipboard can crash git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4365 212acab6-be3b-0410-9dea-997c60f758d6 --- Source/exehead/Ui.c | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/exehead/Ui.c b/Source/exehead/Ui.c index 2b0a2543..984a1c5c 100644 --- a/Source/exehead/Ui.c +++ b/Source/exehead/Ui.c @@ -1603,7 +1603,6 @@ static BOOL CALLBACK InstProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lPa i = 0; do { item.pszText = ptr; - item.cchTextMax = total; SendMessage(linsthwnd,LVM_GETITEMTEXT,i,(LPARAM)&item); ptr += mystrlen(ptr); *(WORD*)ptr = CHAR2_TO_WORD('\r','\n');