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
Oleksii Turkot
CrystFEL
Commits
e5e0e07a
Commit
e5e0e07a
authored
Mar 31, 2020
by
Thomas White
Browse files
Improve error message in hdfile_get_string_value()
parent
e6920a83
Changes
1
Hide whitespace changes
Inline
Side-by-side
libcrystfel/src/hdf5-file.c
View file @
e5e0e07a
...
...
@@ -2231,7 +2231,7 @@ char *hdfile_get_string_value(struct hdfile *f, const char *name,
break
;
default
:
ERROR
(
"
Don't know what to do!
\n
"
);
ERROR
(
"
Unrecognised type: %s
\n
"
,
subst_name
);
free
(
subst_name
);
return
NULL
;
}
...
...
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