mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-01-17 13:18:19 +01:00
Fix 32bit size calculation, remove test value.
This commit is contained in:
parent
1275afcf33
commit
49603c6f80
@ -51,7 +51,7 @@ class Item {
|
||||
}
|
||||
fclose($_handle);
|
||||
|
||||
$size = $_pos * 1e20;
|
||||
$size = $_pos;
|
||||
} else {
|
||||
$size = @filesize($path);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user