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
1630a244
Commit
1630a244
authored
Mar 16, 2011
by
Thomas White
Browse files
Fix error message
parent
4d654fcf
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/partialator.c
View file @
1630a244
...
...
@@ -282,8 +282,7 @@ int main(int argc, char *argv[])
RefListIterator
*
iter
;
if
(
read_chunk
(
fh
,
&
images
[
i
])
==
1
)
{
ERROR
(
"Couldn't get all of the filenames, cells and"
" wavelengths from the input stream.
\n
"
);
ERROR
(
"Failed to read chunk from the input stream.
\n
"
);
return
1
;
}
...
...
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