duda-patryk
Results
1
comments of
duda-patryk
I had the same issue and changing line `my $i_offset = Math::BigInt->new($offset);` into `my $i_offset = hex($offset);` helped It turned out that sometimes i_offset is NaN