mirror of
https://github.com/wiiu-env/libntfs.git
synced 2025-02-22 20:57:16 +01:00
removed change of locale on ntfsInit (Issue 3)
This commit is contained in:
parent
3d4e71abeb
commit
4408cc80f9
@ -81,9 +81,6 @@ void ntfsInit (void)
|
|||||||
#else
|
#else
|
||||||
ntfs_log_set_handler(ntfs_log_handler_null);
|
ntfs_log_set_handler(ntfs_log_handler_null);
|
||||||
#endif
|
#endif
|
||||||
// Set our current local
|
|
||||||
ntfs_set_locale();
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return;
|
return;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user