# HG changeset patch # User Heiko Schlittermann # Date 1448038642 -3600 # Node ID 15f109d06ec0b964cc498e5db158d5a6193dda59 # Parent f5c765ad2765da86e6fbe46320c9fd4ff92c278c [cosmetic] diff -r f5c765ad2765 -r 15f109d06ec0 upload.pl --- a/upload.pl Fri Nov 20 17:57:15 2015 +0100 +++ b/upload.pl Fri Nov 20 17:57:22 2015 +0100 @@ -245,7 +245,7 @@ $_ = sprintf "%.1f" => $_ / 1024; shift @units; } - croak "filesize is too big (can't convert to human readable number" + croak "filesize is too big (can't convert to human readable number)" if !@units; return "$_$units[0]"; }