From b61a13463dd7bd3027cad643c7219114e677e836 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Tue, 29 Nov 1994 01:10:47 +0000 Subject: [PATCH] (start_waiting_job): Use set_command_state. --- job.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/job.c b/job.c index 337703f..48184f9 100644 --- a/job.c +++ b/job.c @@ -768,7 +768,7 @@ start_waiting_job (c) { /* Put this child on the chain of children waiting for the load average to go down. */ - c->file->command_state = cs_running; + set_command_state (c->file, cs_running); c->next = waiting_jobs; waiting_jobs = c; return 0; -- 2.7.4