fs/Charset: return Error on SetFSCharset() failure

Don't abort the process, let the caller decide instead.
This commit is contained in:
Max Kellermann
2014-11-29 22:33:30 +01:00
parent 5b1db917bc
commit fd2c6b8a4b
5 changed files with 37 additions and 17 deletions
+4 -2
View File
@@ -22,10 +22,12 @@
#include "check.h"
class Error;
/**
* Performs global one-time initialization of this class.
*/
void
ConfigureFS();
bool
ConfigureFS(Error &error);
#endif