Fix 32bit size calculation, remove test value.
This commit is contained in:
parent
1275afcf33
commit
49603c6f80
@ -51,7 +51,7 @@ class Item {
|
|||||||
}
|
}
|
||||||
fclose($_handle);
|
fclose($_handle);
|
||||||
|
|
||||||
$size = $_pos * 1e20;
|
$size = $_pos;
|
||||||
} else {
|
} else {
|
||||||
$size = @filesize($path);
|
$size = @filesize($path);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user