Enabled speed display with command -extract

This commit is contained in:
2012-02-25 15:49:21 +00:00
parent 5a50fc02a2
commit 9d1b2fc530
4 changed files with 13 additions and 8 deletions

View File

@ -543,7 +543,7 @@ int Xorriso_option_extract(struct XorrisO *xorriso, char *iso_path,
if(!(flag&2))
Xorriso_pacifier_callback(xorriso, "files restored",xorriso->pacifier_count,
xorriso->pacifier_total, "", 1|4);
xorriso->pacifier_total, "", 1 | 4 | 8 | 32);
if(ret <= 0 || problem_count > 0)
goto ex;