author | Heiko Schlittermann <hs@schlittermann.de> |
Fri, 20 Nov 2015 17:57:22 +0100 | |
branch | once |
changeset 44 | 15f109d06ec0 |
parent 43 | f5c765ad2765 |
child 45 | 29784b900846 |
child 89 | 296eb0085df8 |
--- 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]"; }