lib/oofatfs: Update oofatfs library.

From https://github.com/micropython/oofatfs, branch work-R0.12b,
commit 1e295b40550664bbaac18d95a4b6a58154464d31.
pull/2816/head
Damien George 2017-01-27 23:18:53 +11:00
rodzic a0c729681f
commit 0390bc97ea
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -4803,7 +4803,7 @@ FRESULT f_setlabel (
dj.obj.fs = fs;
/* Get length of given volume label */
for (slen = 0; (UINT)label[slen] >= ' '; slen++) ; /* Get name length */
for (slen = 0; (UINT)label[slen] >= ' '; slen++) { } /* Get name length */
#if _FS_EXFAT
if (fs->fs_type == FS_EXFAT) { /* On the exFAT volume */