From 2c9b4e769fbf04c402f2ac01752e52d81e51932e Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Tue, 16 Aug 2011 15:27:05 +0000 Subject: 29650: Don't lose time info after a suspend+restore. --- Src/jobs.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Src/jobs.c') 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; -- cgit 1.4.1