Skip to content
Snippets Groups Projects
Commit 91f08f83 authored by Andy Yates's avatar Andy Yates
Browse files

Analysis logic_names should be all lower case

parent 9e09ded4
No related branches found
No related tags found
No related merge requests found
......@@ -189,7 +189,7 @@ sub update{
####################
my %analysis_ids = $self->get_analysis();
my $checksum_analysis_id = $self->get_single_analysis('XrefChecksum');
my $checksum_analysis_id = $self->get_single_analysis('xrefchecksum');
print "xref offset is $xref_offset, object_xref offset is $object_xref_offset\n" if ($verbose);
......
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