Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
DVR: limit the filename length to 255 if windows compatible filenames…
… are checked, fixes #3541 - unfortunately pathconf(filename, _PC_NAME_MAX) returns a large value for VFAT (internal unicode handling)
- Loading branch information