Skip to content
Snippets Groups Projects
Commit dafc15ca authored by Ian Longden's avatar Ian Longden
Browse files

Bug fix to as we got several ;;; at the end of the description

parent e7eba346
No related branches found
No related tags found
No related merge requests found
......@@ -344,7 +344,7 @@ sub create_xrefs {
$description .= $1;
}
elsif($line =~ /SubName: Full=(.*);/){
$name .= $1;
$description .= $1;
}
elsif($line =~ /AltName: Full=(.*);/){
$description .= "(".$1.")";
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment