fix for rfc2560

git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@1111 59561ff5-6e30-0410-9f3c-9617f08c8826
This commit is contained in:
vlm 2006-05-04 17:35:24 +00:00
parent b5a69430d2
commit 5566ec4503
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ while(<>) {
my $rfcid = '';
$rfcid = $1 . '-' if($ARGV =~ /([a-z0-9]+)/i);
if(/^[ \t]+([A-Z][A-Za-z0-9-]*).*DEFINITIONS.*::=/) {
if(/^[ \t]*([A-Z][A-Za-z0-9-]*).*DEFINITIONS.*::=/) {
$modName = $1;
$currentFname = $rfcid . $modName . ".asn1";
$inasn = 1;