mirror of
https://github.com/moodle/moodle.git
synced 2025-03-22 08:30:04 +01:00
This prevents automatic casting from int to double on 32 bit systems (which have a maximum for integers of 2147483647) Whilst Moodle does not support 32-bit systems any longer, this is still worth doing to prevent future issues.