https://git.reactos.org/?p=reactos.git;a=commitdiff;h=c8cbd566f980840adb7280...
commit c8cbd566f980840adb7280093313231f1ca20171 Author: Serge Gautherie 32623169+SergeGautherie@users.noreply.github.com AuthorDate: Tue Oct 22 03:12:04 2019 +0200 Commit: Katayama Hirofumi MZ katayama.hirofumi.mz@gmail.com CommitDate: Tue Oct 22 10:12:04 2019 +0900
[HDWWIZ] ProbeListPageDlgProc(): Top 'Item' variable is enough (#1990)
Addendum to ce498aa5714a42c449b244feaa70c7df6d59e0af. --- dll/cpl/hdwwiz/hdwwiz.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/dll/cpl/hdwwiz/hdwwiz.c b/dll/cpl/hdwwiz/hdwwiz.c index 10c5dfd7e31..34299b009d1 100644 --- a/dll/cpl/hdwwiz/hdwwiz.c +++ b/dll/cpl/hdwwiz/hdwwiz.c @@ -434,7 +434,6 @@ ProbeListPageDlgProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) } else { - LVITEM Item; PWSTR pts;
ZeroMemory(&Item, sizeof(LV_ITEM));