From 90591a3e98463bec9bb678a5058b8d714c765054 Mon Sep 17 00:00:00 2001 From: Jeffrey Armstrong Date: Wed, 7 Apr 2021 16:10:40 -0400 Subject: Individual job results can now be viewed --- captain/db.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'captain/db.f90') diff --git a/captain/db.f90 b/captain/db.f90 index a661fd4..7937383 100644 --- a/captain/db.f90 +++ b/captain/db.f90 @@ -512,7 +512,7 @@ contains if(stmt%step() == SQLITE_ROW) then get_job%instruction = stmt%column_int(0) get_job%player = stmt%column_int(1) - get_job%player = stmt%column_int(2) + get_job%status = stmt%column_int(2) if(stmt%column_type(3) == SQLITE_NULL) then get_job%time = "Not started" else -- cgit v1.2.3