fs/Charset: return Error on SetFSCharset() failure
Don't abort the process, let the caller decide instead.
This commit is contained in:
+4
-2
@@ -22,10 +22,12 @@
|
||||
|
||||
#include "check.h"
|
||||
|
||||
class Error;
|
||||
|
||||
/**
|
||||
* Performs global one-time initialization of this class.
|
||||
*/
|
||||
void
|
||||
ConfigureFS();
|
||||
bool
|
||||
ConfigureFS(Error &error);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user