fat: support for non-ASCII chars in short names

git-svn-id: svn://kolibrios.org@7003 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
pathoswithin 2017-09-22 21:51:37 +00:00
parent feb0331a44
commit a83abc4c5f

View File

@ -936,9 +936,9 @@ fat_get_name:
jnz .label
pushd ecx 8
pop ecx
xor eax, eax
@@:
lodsb
call ansi2uni_char
stosw
loop @b
mov cl, 8
@ -953,6 +953,7 @@ fat_get_name:
mov cl, 3
@@:
lodsb
call ansi2uni_char
stosw
loop @b
mov cl, 3