mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-30 15:05:15 -04:00
Fix 32bit size calculation, remove test value.
This commit is contained in:
parent
1275afcf33
commit
49603c6f80
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ class Item {
|
|||
}
|
||||
fclose($_handle);
|
||||
|
||||
$size = $_pos * 1e20;
|
||||
$size = $_pos;
|
||||
} else {
|
||||
$size = @filesize($path);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue