fs/Charset: assign fs_charset

This got lost 8 years ago in commit 87c88fcb27

D'oh!
This commit is contained in:
Max Kellermann 2023-03-06 19:24:53 +01:00
parent edae00e719
commit 9475ef2202
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ SetFSCharset(const char *charset)
assert(charset != nullptr);
assert(fs_converter == nullptr);
fs_charset = charset;
fs_converter = IcuConverter::Create(charset);
assert(fs_converter != nullptr);
}