diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-07-05 16:04:54 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-07-05 16:04:54 +0100 |
| commit | 734a654a07ba97cb6d55309e00f8525d196c88ce (patch) | |
| tree | 2d72d0590c88ad862efc5cad61799b6846c715fc /src/lib/job.cc | |
| parent | 778fe8cf0625a1ee9c754ebda23ba14c409cf1a2 (diff) | |
Try to improve progress reporting when doing image/sound digests.
Diffstat (limited to 'src/lib/job.cc')
| -rw-r--r-- | src/lib/job.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/job.cc b/src/lib/job.cc index 0699c532c..9d1b25867 100644 --- a/src/lib/job.cc +++ b/src/lib/job.cc @@ -324,6 +324,7 @@ Job::sub (string n) } set_progress (0, true); + _start_time = time (0); } string |
