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
Caitlin Ross
codes
Commits
d1802b95
Commit
d1802b95
authored
Apr 20, 2015
by
Jonathan Jenkins
Browse files
fix to config loading code
parent
7e81635e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/modelconfig/configuration.c
View file @
d1802b95
...
...
@@ -310,6 +310,7 @@ static void check_add_lp_type_anno(
config_anno_map_t
*
map
=
&
lpgroups
->
lpannos
[
lpt_anno
];
if
(
strcmp
(
map
->
lp_name
,
lp_name
)
==
0
){
check_add_anno
(
anno
,
map
);
break
;
}
}
if
(
lpt_anno
==
lpgroups
->
lpannos_count
){
...
...
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