mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2025-08-03 11:46:34 -04:00
Kernel: Fixed bug in iso9660
Fixed a bug of outputting erroneous file names in iso9660 (not juliet)
This commit is contained in:
parent
e0d724286f
commit
6aff7b8c02
@ -1238,9 +1238,9 @@ end virtual
|
||||
cmp eax, 2
|
||||
je .ascii2utf16
|
||||
@@:
|
||||
sub ecx, 1 ; CF + ZF
|
||||
jbe @f
|
||||
movsd
|
||||
sub ecx, 1 ; CF
|
||||
jb @f
|
||||
movsb
|
||||
cmp byte[esi], ';'
|
||||
jne @b
|
||||
@@:
|
||||
|
Loading…
x
Reference in New Issue
Block a user