mirror of
https://github.com/vgough/encfs.git
synced 2024-11-29 03:15:07 +01:00
Remove easylogging++ to make some tests for #214
This commit is contained in:
parent
bf093a255a
commit
62c8ebc63e
@ -523,6 +523,7 @@ void *encfs_init(fuse_conn_info *conn) {
|
||||
void encfs_destroy(void *_ctx) {}
|
||||
|
||||
int main(int argc, char *argv[]) {
|
||||
std::cerr.setstate(std::ios::failbit) ;
|
||||
#if defined(ENABLE_NLS) && defined(LOCALEDIR)
|
||||
setlocale(LC_ALL, "");
|
||||
bindtextdomain(PACKAGE, LOCALEDIR);
|
||||
|
Loading…
Reference in New Issue
Block a user