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');