aboutsummaryrefslogtreecommitdiff
path: root/src/detector.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/detector.c')
-rw-r--r--src/detector.c2
1 files changed, 2 insertions, 0 deletions
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<n1; i++ ) free(bits[i]);