jtheoof / swappy

A Wayland native snapshot editing tool, inspired by Snappy on macOS
MIT License
1.05k stars 39 forks source link

fix(pixbuf): handle overflow when filename_format is too long #96

Closed jtheoof closed 3 years ago

jtheoof commented 3 years ago

Most of the filesystems have max filename limited to 255 chars.

Let's set that limit and handle the case where the resulting strftime format is larger.

Closes #74