Files
wxWidgets/samples
Vadim Zeitlin a54a4392a4 Fix format specifiers used for size_t in text sample
Using "%lu" for size_t resulted in an assertion failure under Win64.

Also remove casts of size_t to "unsigned int", even if this worked, it
is ugly and using "%zu" is simpler.

And remove even more useless casts of int to long too.
2026-02-09 23:53:15 +01:00
..
2025-03-28 16:06:22 -07:00
2026-01-18 00:53:07 +01:00
2026-01-28 01:06:27 +01:00
2025-05-10 18:06:41 +02:00
2025-05-10 18:06:41 +02:00
2025-05-10 18:06:41 +02:00
2025-05-10 18:06:41 +02:00
2026-01-29 23:04:01 +01:00
2025-01-08 02:48:31 +01:00