aboutsummaryrefslogtreecommitdiff
path: root/src/partialator.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2011-03-16 11:11:36 +0100
committerThomas White <taw@physics.org>2012-02-22 15:27:20 +0100
commit1630a244cd07787b4e0865d93f422ab6cc557446 (patch)
tree204262cc47b3a14adc7b5006b9d49c6387250cd3 /src/partialator.c
parent4d654fcf91e742edd6940c4eda04113aa41ff8c8 (diff)
Fix error message
Diffstat (limited to 'src/partialator.c')
-rw-r--r--src/partialator.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/partialator.c b/src/partialator.c
index c2ea7eeb..88926582 100644
--- a/src/partialator.c
+++ b/src/partialator.c
@@ -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;
}