Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Øyvind Kolås
firmware
Commits
ebd3d016
Commit
ebd3d016
authored
Oct 11, 2020
by
schneider
Browse files
feat(config): Return missed error code
parent
48f1c7a8
Changes
1
Hide whitespace changes
Inline
Side-by-side
epicardium/modules/config.c
View file @
ebd3d016
...
...
@@ -517,6 +517,7 @@ int epic_config_set_string(const char *key, const char *value_in)
);
if
(
nread
==
0
)
{
LOG_DEBUG
(
"card10.cfg"
,
"could not read old value"
);
ret
=
-
EIO
;
goto
complex_out
;
}
...
...
Write
Preview
Supports
Markdown
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