Comment 4 for bug 1010080

Revision history for this message
rhpot1991 (rhpot1991) wrote :

Try changing
   my $x = 63 - $extension;

to:
   my $x = 63 - length($extension);