forked from KolibriOS/kolibrios
Kernel: Fixed bug in iso9660
Fixed a bug of outputting erroneous file names in iso9660 (not juliet)
This commit is contained in:
@@ -1238,9 +1238,9 @@ end virtual
|
|||||||
cmp eax, 2
|
cmp eax, 2
|
||||||
je .ascii2utf16
|
je .ascii2utf16
|
||||||
@@:
|
@@:
|
||||||
sub ecx, 1 ; CF + ZF
|
sub ecx, 1 ; CF
|
||||||
jbe @f
|
jb @f
|
||||||
movsd
|
movsb
|
||||||
cmp byte[esi], ';'
|
cmp byte[esi], ';'
|
||||||
jne @b
|
jne @b
|
||||||
@@:
|
@@:
|
||||||
|
Reference in New Issue
Block a user