Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Lee Savoie
codes
Commits
5d8903e4
Commit
5d8903e4
authored
Feb 17, 2017
by
Caitlin Ross
Browse files
fixed bug in rc_stack_create when synch=5 (optimistic real time mode)
parent
8f56c960
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/util/rc-stack.c
View file @
5d8903e4
...
...
@@ -38,6 +38,9 @@ void rc_stack_create(struct rc_stack **s){
case
OPTIMISTIC
:
ss
->
mode
=
RC_OPT
;
break
;
case
OPTIMISTIC_REALTIME
:
ss
->
mode
=
RC_OPT
;
break
;
case
OPTIMISTIC_DEBUG
:
ss
->
mode
=
RC_OPT_DBG
;
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