summaryrefslogtreecommitdiff
path: root/Src
diff options
context:
space:
mode:
Diffstat (limited to 'Src')
-rw-r--r--Src/jobs.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/Src/jobs.c b/Src/jobs.c
index fc586d5ac..f58735bb0 100644
--- a/Src/jobs.c
+++ b/Src/jobs.c
@@ -953,6 +953,8 @@ printjob(Job jn, int lng, int synch)
if (skip_print) {
if (jn->stat & STAT_DONE) {
+ if (should_report_time(jn))
+ dumptime(jn);
deletejob(jn);
if (job == curjob) {
curjob = prevjob;