aboutsummaryrefslogtreecommitdiff
path: root/captain/db.f90
diff options
context:
space:
mode:
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