temporary fix for the corrupted stdout due to the recent logging changes

edge.strict_endians
szaka 2005-10-24 21:20:10 +00:00
parent 7cbc0a6cb6
commit f9cdaed3db
1 changed files with 2 additions and 1 deletions

View File

@ -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();