summaryrefslogtreecommitdiff
path: root/cesar
diff options
context:
space:
mode:
Diffstat (limited to 'cesar')
-rw-r--r--cesar/ce/rx/bitloading/src/import_poly_coeff.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/cesar/ce/rx/bitloading/src/import_poly_coeff.pl b/cesar/ce/rx/bitloading/src/import_poly_coeff.pl
index fdc989d19a..729ac6660b 100644
--- a/cesar/ce/rx/bitloading/src/import_poly_coeff.pl
+++ b/cesar/ce/rx/bitloading/src/import_poly_coeff.pl
@@ -96,6 +96,7 @@ while (<>)
s/\s+$//;
/^$/ and next;
/^#/ and next;
+ /^%/ and next;
# From previous continued line.
defined $prev and $_ = $prev . ' ' . $_;
undef $prev;