fix registry loading once and for all or something

This commit is contained in:
Brady McDermott
2024-10-20 00:54:56 -06:00
parent f0ae48cd10
commit 306621f084
2 changed files with 49 additions and 10 deletions

View File

@@ -113,6 +113,8 @@ HWND CreateGroup(_In_ PGROUP pg)
// error checking, if we get trash don't try to
// make a group out of it
// TODO: if a group is garbled, throw an error
// and ask the user if they want to delete it!
if (pg->dwSignature != GRP_SIGNATURE)
return NULL;