# HG changeset patch # User Matti Hamalainen # Date 1580085397 -7200 # Node ID a5131cd6411058510ba6874a3c9bd77087a3e1b7 # Parent 199284ba94ea4fe617d738927e3b7b090432b66e Sigh, should look at the code while doing changes. diff -r 199284ba94ea -r a5131cd64110 sidutil.c --- a/sidutil.c Mon Jan 27 02:33:13 2020 +0200 +++ b/sidutil.c Mon Jan 27 02:36:37 2020 +0200 @@ -217,7 +217,7 @@ case TH_LANG_CP858: case TH_LANG_CP437: // Not 100% correct either, but close enough - convTab = (ctx->outLangID == TH_LANG_CP437) ? + convTable = (ctx->outLangID == TH_LANG_CP437) ? sidutil_lang_iso88591_to_cp437 : sidutil_lang_iso88591_to_cp850;