diff options
Diffstat (limited to 'convert/merge2pcitable.pl')
-rwxr-xr-x | convert/merge2pcitable.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/convert/merge2pcitable.pl b/convert/merge2pcitable.pl index 7ae47fa9..92e2db71 100755 --- a/convert/merge2pcitable.pl +++ b/convert/merge2pcitable.pl @@ -65,7 +65,7 @@ sub read_pcitable { /"/ && $strict and error("$f:$line: bad double quote"); $_; }; - foreach (cat_($f)) { + foreach (catMaybeCompressed($f)) { chomp; $line++; next if /^#/ || /^\s*$/; |