Skip to content
Snippets Groups Projects
Commit 4b20c869 authored by Magali Ruffier's avatar Magali Ruffier
Browse files

value could be a string, not always a numeric

parent b4eafb3b
No related branches found
No related tags found
No related merge requests found
......@@ -165,7 +165,7 @@ sub store_on_ {
"argument expected.");
}
next if ($attrib->value == 0);
next if ($attrib->value eq '0');
my $atid = $self->_store_type( $attrib );
if ((defined $attrib->code) and ($attrib->code eq 'circular_seq')) {
......
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