From 4054dac5f199a27997bf5c91bef8416fa8ecc559 Mon Sep 17 00:00:00 2001 From: Brady McDermott Date: Mon, 16 Oct 2023 12:19:20 -0600 Subject: [PATCH] balla --- progmgr/group.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/progmgr/group.c b/progmgr/group.c index 4585aba..1552292 100644 --- a/progmgr/group.c +++ b/progmgr/group.c @@ -273,7 +273,7 @@ PITEM CreateItem(_In_ HWND hWndGroup, _In_ PITEM pi) } // add the item - pItem = &pGroup->pItemArray + pGroup->cItemArray; + pItem = pGroup->pItemArray + pGroup->cItemArray; *pItem = *pi; // increment the item counter