https://bugs.freedesktop.org/show_bug.cgi?id=66860

--- Comment #2 from Nick Bowler <[email protected]> ---
Just to clarify: the 255 character case is the filename length limit of the
filesystem (really 255 bytes).

So the copy presumably fails in this case because appending a period to a
255-byte filename results in a 256-byte filename which cannot be created.
Ideally the import would still work in this case, but failing with an
appropriate error message would be OK too.  Silently doing nothing is
not cool.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to