Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
elphel-apps-camogm
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Elphel
elphel-apps-camogm
Commits
af9515c4
Commit
af9515c4
authored
Jun 01, 2016
by
Mikhail Karpenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo
parent
173e7331
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
camogm.c
camogm.c
+1
-1
No files found.
camogm.c
View file @
af9515c4
...
@@ -945,7 +945,7 @@ void camogm_status(camogm_state *state, char * fn, int xml)
...
@@ -945,7 +945,7 @@ void camogm_status(camogm_state *state, char * fn, int xml)
"other"
)))
:
"none"
;
"other"
)))
:
"none"
;
_using_exif
=
state
->
exif
?
"yes"
:
"no"
;
_using_exif
=
state
->
exif
?
"yes"
:
"no"
;
_using_global_pointer
=
state
->
save_gp
?
"yes"
:
"no"
;
_using_global_pointer
=
state
->
save_gp
?
"yes"
:
"no"
;
_compressor_state
=
(
getGPValue
(
state
->
port_num
,
P_COMPRESSOR_RUN
)
==
2
)
?
"running"
:
"stopp
p
ed"
;
_compressor_state
=
(
getGPValue
(
state
->
port_num
,
P_COMPRESSOR_RUN
)
==
2
)
?
"running"
:
"stopped"
;
if
(
state
->
frames_skip
>
0
)
{
if
(
state
->
frames_skip
>
0
)
{
_frames_remain
=
state
->
frames_skip_left
;
_frames_remain
=
state
->
frames_skip_left
;
_frames_skip
=
state
->
frames_skip
;
_frames_skip
=
state
->
frames_skip
;
...
...
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