Skip to content

Commit

Permalink
fixed #78
Browse files Browse the repository at this point in the history
  • Loading branch information
vlm committed Mar 14, 2016
1 parent 034ee19 commit 26303bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/crfc2asn1.pl
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
$modName = $1;
$currentFname = $rfcid . $modName . ".asn1";
$inasn = 1;
} elsif(/^[ \t]*([A-Z][A-Za-z0-9-]*).*{[ \t]*iso/
|| /^[ \t]*{[ \t]*iso/) {
} elsif(/^[ \t]*([A-Z][A-Za-z0-9-]*).*{[ \t]*(?:joint-)?iso/
|| /^[ \t]*{[ \t]*(?:joint-)?iso/) {
my @a = ($_);
$modName = $1;
unless(length($modName)) {
Expand Down

0 comments on commit 26303bd

Please sign in to comment.