chore(common): rename KF_KMXPLUS flag

This commit is contained in:
Marc Durdin 2022-08-07 07:55:45 -05:00
parent e753ca298f
commit 6f61b1d8da

View file

@ -62,7 +62,7 @@ bool ldml_processor::is_kmxplus_file(path const & kb_path, std::vector<uint8_t>&
return false;
}
if(comp_keyboard->dwFileVersion < VERSION_160 || (comp_keyboard->dwFlags & KF_IS_KMXPLUS) == 0) {
if(comp_keyboard->dwFileVersion < VERSION_160 || (comp_keyboard->dwFlags & KF_KMXPLUS) == 0) {
return false;
}