removed change of locale on ntfsInit (Issue 3)

This commit is contained in:
dimok789 2012-05-10 17:57:09 +00:00
parent 3d4e71abeb
commit 4408cc80f9
1 changed files with 0 additions and 3 deletions

View File

@ -81,9 +81,6 @@ void ntfsInit (void)
#else
ntfs_log_set_handler(ntfs_log_handler_null);
#endif
// Set our current local
ntfs_set_locale();
}
return;