OSDN Git Service

Fix max file name length.
authorrelan <relan@users.noreply.github.com>
Thu, 15 Dec 2016 05:14:30 +0000 (08:14 +0300)
committerrelan <relan@users.noreply.github.com>
Mon, 26 Dec 2016 07:00:38 +0000 (10:00 +0300)
commita061c5c65a3e3ddb646200966cf7ba5f51ef09ca
tree86d5864392b998f9296c05fadb666f59e65299bd
parent0a11f088786d24e067a9222148c14a477a523c5d
Fix max file name length.

In exFAT file name limit is 255 16-bit code units, not 256. That's
because name length field size is 1 byte.
libexfat/exfat.h