Skip to content

Commit

Permalink
--format-in nero_utf8が正常に動作しないのを修正。
Browse files Browse the repository at this point in the history
eb971fc のバグ。
  • Loading branch information
rigaya committed Apr 9, 2022
1 parent e9e8fbc commit da6df49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ChapConvert/ChapConvert.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ int _tmain(int argc, const TCHAR **argv) {
}
}

if (convertFromNeroUTF8 && inputCP != CODE_PAGE_UNSET) {
if (convertFromNeroUTF8 && inputCP == CODE_PAGE_UNSET) {
inputCP = CODE_PAGE_UTF8;
}

Expand Down

0 comments on commit da6df49

Please sign in to comment.