Admin/page/common/functions.pl
changeset 9925 40f02ebcb3c0
parent 9920 9734f2717203
child 10085 a9704bf90031
--- a/Admin/page/common/functions.pl	Mon Sep 11 18:00:47 2000 +0200
+++ b/Admin/page/common/functions.pl	Mon Sep 11 20:23:24 2000 +0200
@@ -98,7 +98,7 @@
       my @s = stat $filename;
       my $size = defined $s[7] ? $s[7]/1024 : 0;
 
-      return sprintf("%.1f", $size);
+      return sprintf("%d", $size);
     }
 
     sub setdowncolor {