make stdout line buffered

edge.strict_endians
szaka 2006-08-13 18:41:13 +00:00
parent 10e6070b18
commit 89ded2378c
1 changed files with 2 additions and 0 deletions

View File

@ -1987,6 +1987,8 @@ int main(int argc, char **argv)
{
ntfs_volume *vol;
setlinebuf(stdout);
ntfs_log_set_handler(ntfs_log_handler_outerr);
if (!parse_options(argc, argv))