mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-11 01:22:12 +02:00
The issue was that size_in_bytes() returns size_t, but the buffer used a size of the unsigned for itself, which only matched on 32-bit systems and caused an assert error otherwise. This fixes a crash on drag in FileManager on non 32-bit systems!
19 KiB
19 KiB