We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb14d1f commit b78abbaCopy full SHA for b78abba
kernel/config.c
@@ -1630,7 +1630,7 @@ err:printf("%s has invalid format\n", filename);
1630
nlsPackageHardcoded.cp = entry.codepage;
1631
subf_data.length = /* MS-DOS "CTYINFO" is up to 38 bytes */
1632
min(subf_data.length, sizeof(struct CountrySpecificInfo));
1633
- CharMapFn = ((struct CountrySpecificInfo *)ptable)->CharMapFn;
+ CharMapFn = nlsCountryInfoHardcoded.C.CharMapFn;
1634
}
1635
if (hdr[i].id == 1)
1636
ptable = (BYTE FAR *)&nlsPackageHardcoded.nlsExt.size;
0 commit comments