Files
wxWidgets/tests/base64
Vadim Zeitlin 6dfa8d0a51 Avoid integer overflow in base64 test case
Don't multiply rand() by values that can result in overflowing the range
of int type, cast it to float and then convert back to int instead.
2024-10-20 17:29:24 +02:00
..