force rebuild

git-svn-id: svn://kolibrios.org@9473 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Kirill Lipatov (Leency) 2021-12-26 01:10:55 +00:00
parent 3d623894c9
commit 0ba029c16b

View File

@ -589,7 +589,7 @@ void EncodeToDos()
}
}
if (real_encoding != CH_CP866) {
ChangeCharset(real_encoding, "CP866", textbuf.p);
ChangeCharset(real_encoding, CH_CP866, textbuf.p);
}
}