mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-08-01 02:50:12 +02:00
Fix 32bit size calculation, remove test value.
This commit is contained in:
@@ -51,7 +51,7 @@ class Item {
|
||||
}
|
||||
fclose($_handle);
|
||||
|
||||
$size = $_pos * 1e20;
|
||||
$size = $_pos;
|
||||
} else {
|
||||
$size = @filesize($path);
|
||||
}
|
||||
|
Reference in New Issue
Block a user