Project

General

Profile

Bug #1484 » 0094-entry_new-Initialize-entry-type-with-ENTRY_ILLEGAL.patch

main, S3_3, S3_2 - Marko Lindqvist, 06/05/2025 02:15 AM

View differences:

utility/registry_ini.c
} else {
pentry->name = fc_strdup(name);
}
pentry->type = -1; /* Invalid case. */
pentry->type = ENTRY_ILLEGAL;
pentry->used = 0;
pentry->comment = nullptr;
(1-1/2)