From f9cdaed3dba7defff7f78a6c689eeb06e2e9dfe6 Mon Sep 17 00:00:00 2001 From: szaka Date: Mon, 24 Oct 2005 21:20:10 +0000 Subject: [PATCH] temporary fix for the corrupted stdout due to the recent logging changes --- ntfsprogs/ntfsclone.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ntfsprogs/ntfsclone.c b/ntfsprogs/ntfsclone.c index f9e8c1c1..a2aa4eb7 100644 --- a/ntfsprogs/ntfsclone.c +++ b/ntfsprogs/ntfsclone.c @@ -1455,7 +1455,8 @@ int main(int argc, char **argv) parse_options(argc, argv); - utils_set_locale(); + /* FIXME: this started to corrupt stdout due to logging changes */ +// utils_set_locale(); if (opt.restore_image) { device_size = open_image();