Skip to content

Commit

Permalink
feat (mac): new message if DoConvert fails
Browse files Browse the repository at this point in the history
  • Loading branch information
SabineSIL committed Oct 8, 2024
1 parent 92d5f93 commit b9bd855
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mac/mcompile/mcompile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@ int main(int argc, char* argv[]) {

if (mac_KMX_DoConvert(kmxfile, bDeadkeyConversion)) { // I4552F
KMX_SaveKeyboard(kmxfile, outfile);
} else {
mac_KMX_LogError(L"Failed to convert keyboard (%d)\n", errno);
return 3;
}

delete kmxfile;
Expand Down

0 comments on commit b9bd855

Please sign in to comment.