diff options
author | Thomas White <taw@physics.org> | 2011-03-16 11:11:36 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:20 +0100 |
commit | 1630a244cd07787b4e0865d93f422ab6cc557446 (patch) | |
tree | 204262cc47b3a14adc7b5006b9d49c6387250cd3 /src | |
parent | 4d654fcf91e742edd6940c4eda04113aa41ff8c8 (diff) |
Fix error message
Diffstat (limited to 'src')
-rw-r--r-- | src/partialator.c | 3 |
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; } |