aboutsummaryrefslogtreecommitdiff
path: root/captain/db.f90
diff options
context:
space:
mode:
authorJeffrey Armstrong <jeff@approximatrix.com>2021-04-07 16:10:40 -0400
committerJeffrey Armstrong <jeff@approximatrix.com>2021-04-07 16:10:40 -0400
commit90591a3e98463bec9bb678a5058b8d714c765054 (patch)
tree47517cf4fe1b099a1be8bdc5051175dd59bd089e /captain/db.f90
parent85a6816e7840e6b8cdff51b7c0cfad36082c01ec (diff)
downloadlevitating-90591a3e98463bec9bb678a5058b8d714c765054.tar.gz
levitating-90591a3e98463bec9bb678a5058b8d714c765054.zip
Individual job results can now be viewed
Diffstat (limited to 'captain/db.f90')
-rw-r--r--captain/db.f902
1 files changed, 1 insertions, 1 deletions
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