diff options
Diffstat (limited to 'src/drivers/ao_fat.c')
-rw-r--r-- | src/drivers/ao_fat.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/drivers/ao_fat.c b/src/drivers/ao_fat.c index 9cd3d34b..3e9c00b5 100644 --- a/src/drivers/ao_fat.c +++ b/src/drivers/ao_fat.c @@ -1263,6 +1263,8 @@ ao_fat_parse_name(char name[11]) } ao_cmd_lex(); } + while (c < 11) + name[c++] = ' '; } static void |