From 1630a244cd07787b4e0865d93f422ab6cc557446 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 16 Mar 2011 11:11:36 +0100 Subject: Fix error message --- src/partialator.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') 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; } -- cgit v1.2.3