From 07fab90f63443a4b048008298ecad2c53a5276bc Mon Sep 17 00:00:00 2001 From: Valerio Mariani Date: Mon, 26 Jan 2015 18:09:27 +0100 Subject: Fussiness --- libcrystfel/src/stream.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libcrystfel/src/stream.c') diff --git a/libcrystfel/src/stream.c b/libcrystfel/src/stream.c index 3eb1d783..55ff73fe 100644 --- a/libcrystfel/src/stream.c +++ b/libcrystfel/src/stream.c @@ -1148,7 +1148,7 @@ int read_chunk_2(Stream *st, struct image *image, StreamReadFlags srf) } } - if (strncmp(line, "hdf5", 3) == 0 ) { + if ( strncmp(line, "hdf5", 3) == 0 ) { char **new_fields; @@ -1178,7 +1178,6 @@ int read_chunk_2(Stream *st, struct image *image, StreamReadFlags srf) } - if ( (srf & STREAM_READ_PEAKS) && strcmp(line, PEAK_LIST_START_MARKER) == 0 ) { -- cgit v1.2.3