X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/5ed4d4dcd2405ea2706aa334c9056332cc026f59..a213453ce900f654f44ca6ff11a69df07215cdfe:/browser.plp diff --git a/browser.plp b/browser.plp index beff4a9..9fd9e90 100644 --- a/browser.plp +++ b/browser.plp @@ -395,7 +395,7 @@ sub paddedver { # normalised version number comparable as string (cmp) shift =~ /(?:.*-|^)(\d*)(.*)/; # matched (major)(.minor) of last value in range (a-B) - return sprintf('%02d', $1 || 0) . $2; + return sprintf('%02d', $1 || 99) . $2; } sub showversions {