From 6426a1ea28404e13227c50ab4ebe6fe815506997 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 29 Mar 2011 17:51:24 +0200 Subject: Fix geometry file comments --- src/detector.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/detector.c') diff --git a/src/detector.c b/src/detector.c index 00eab10a..b3eb8faa 100644 --- a/src/detector.c +++ b/src/detector.c @@ -531,6 +531,8 @@ struct detector *get_detector_geometry(const char *filename) if ( rval == NULL ) break; chomp(line); + if ( line[0] == ';' ) continue; + n1 = assplode(line, " \t", &bits, ASSPLODE_NONE); if ( n1 < 3 ) { for ( i=0; i