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

bug fix for last bug fix

parent b1004e0c
No related branches found
No related tags found
No related merge requests found
......@@ -241,8 +241,11 @@ sub dump_xref{
$i++;
}
if($skip){
$method[$i] = shift @$list;
$self->method(\@method);
my $k = 0;
foreach my $list (@lists){
$method[$k++] = shift @$list;
}
$self->method(\@lists);
return;
}
}
......
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