mirror of
https://github.com/buckit-io/buckit.git
synced 2026-09-18 16:45:08 +00:00
de6c286258
The documentation states that `nVolumeNameSize` and `nFileSystemNameSize` are: > The length of a volume name buffer, in TCHARs. The maximum buffer size is MAX_PATH+1. It seems like we allocated too little for them before, so expand it to 260 wchars.