tar2qfile: send EOF marker

This commit is contained in:
Marek Marczykowski-Górecki 2013-11-24 04:41:00 +01:00
parent 584df6986e
commit dba3571883

View File

@ -919,7 +919,7 @@ int main(int argc, char **argv)
tar_file_processor(fd, &filters);
//notify_end_and_wait_for_result();
notify_end_and_wait_for_result();
notify_progress(0, PROGRESS_FLAG_DONE);
return 0;
}