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