Fix 32bit size calculation, remove test value.

This commit is contained in:
Lars Jung 2014-07-13 13:25:01 +02:00
parent 1275afcf33
commit 49603c6f80

View file

@ -51,7 +51,7 @@ class Item {
} }
fclose($_handle); fclose($_handle);
$size = $_pos * 1e20; $size = $_pos;
} else { } else {
$size = @filesize($path); $size = @filesize($path);
} }