From e15687963dd10cbb3a0cca0c4bfd08133b6d4814 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 8 Sep 2020 11:22:13 +0200 Subject: Remove "Command line:" in stream This wasn't present in the old version, and it was missing a space anyway. --- libcrystfel/src/stream.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/libcrystfel/src/stream.c b/libcrystfel/src/stream.c index 9e084f94..f022116b 100644 --- a/libcrystfel/src/stream.c +++ b/libcrystfel/src/stream.c @@ -1344,8 +1344,6 @@ void stream_write_commandline_args(Stream *st, int argc, char *argv[]) if ( argc == 0 ) return; - fprintf(st->fh, "Command line:"); - for ( i=0; i 0 ) fprintf(st->fh, " "); fprintf(st->fh, "%s", argv[i]); -- cgit v1.2.3