mirror of
https://github.com/vgough/encfs.git
synced 2024-11-21 15:33:16 +01:00
Correct block filename max length (#540)
This commit is contained in:
parent
249d0942fe
commit
dafeb556d2
@ -490,7 +490,7 @@ filenames for some reason.
|
||||
|
||||
Based on an underlying filesystem supporting a maximum of 255 characters in
|
||||
filenames, here is the maximum possible filename length depending on the choosen
|
||||
encoding scheme : stream (189), block (176), block32 (143). Note that we should
|
||||
encoding scheme : stream (189), block (175), block32 (143). Note that we should
|
||||
rather talk about bytes, when filenames contain special (multi-bytes) characters.
|
||||
|
||||
Prior to version 1.1, only stream encoding was supported.
|
||||
|
Loading…
Reference in New Issue
Block a user