Commit 9475ef22 authored by Max Kellermann's avatar Max Kellermann

fs/Charset: assign fs_charset

This got lost 8 years ago in commit 87c88fcb D'oh!
parent edae00e7
......@@ -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);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment