From 473b102666b2f3793713c2278238a8cef97418bd Mon Sep 17 00:00:00 2001 From: dimok789 <15055714+dimok789@users.noreply.github.com> Date: Thu, 10 May 2012 17:57:09 +0000 Subject: [PATCH] removed change of locale on ntfsInit (Issue 3) --- source/ntfs.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/source/ntfs.c b/source/ntfs.c index 9beb31f..5c03a3a 100644 --- a/source/ntfs.c +++ b/source/ntfs.c @@ -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;