mirror of
https://github.com/love2d/love.git
synced 2026-08-12 08:30:56 +02:00
f66011de2f
The current implementation does not take into account padding (and yet it does actually depend on padding), or skipped whitespace/gibberish characters. The actual size can be computed by subtracting the padding and gibberish bytes, but in this case it's easier to just return the actual number of bytes written.