Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Education
KStars
Commits
356356cc
Commit
356356cc
authored
Nov 23, 2013
by
Jasem Mutlaq
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
aborted jobs are treated as IDLE
parent
8a8615ca
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
kstars/ekos/capture.cpp
kstars/ekos/capture.cpp
+1
-1
No files found.
kstars/ekos/capture.cpp
View file @
356356cc
...
...
@@ -539,7 +539,7 @@ void Capture::newFITS(IBLOB *bp)
foreach
(
SequenceJob
*
job
,
jobs
)
{
if
(
job
->
getStatus
()
==
SequenceJob
::
JOB_IDLE
)
if
(
job
->
getStatus
()
==
SequenceJob
::
JOB_IDLE
||
job
->
getStatus
()
==
SequenceJob
::
JOB_ABORTED
)
{
next_job
=
job
;
break
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment