From 1ee8d8b9e2ca73cb7fdb5e614e07b2cc24db5eba Mon Sep 17 00:00:00 2001 From: flatcap Date: Wed, 26 Oct 2005 20:48:38 +0000 Subject: [PATCH] restore call to ntfs_set_locale (utils only uses stderr, now) --- ntfsprogs/ntfsclone.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ntfsprogs/ntfsclone.c b/ntfsprogs/ntfsclone.c index 32f7d051..697a3417 100644 --- a/ntfsprogs/ntfsclone.c +++ b/ntfsprogs/ntfsclone.c @@ -1456,8 +1456,7 @@ int main(int argc, char **argv) parse_options(argc, argv); - /* FIXME: this started to corrupt stdout due to logging changes */ -// utils_set_locale(); + utils_set_locale(); if (opt.restore_image) { device_size = open_image();