forked from KolibriOS/kolibrios
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:
parent
feb0331a44
commit
a83abc4c5f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user