Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 96 → Rev 99

/kernel/trunk/fs/iso9660.inc
256,7 → 256,7
sub eax,2048
; äèðåêòîðèÿ çàêîí÷èëàñü?
cmp eax,0
jg .read_to_buffer
ja .read_to_buffer
mov edi,[cd_counter_block]
mov [edx+8],edi
mov edi,[ebx]
649,7 → 649,7
sub eax,2048
; äèðåêòîðèÿ çàêîí÷èëàñü?
cmp eax,0
jg .read_to_buffer
ja .read_to_buffer
; íåò èñêîìîãî ýëåìåíòà öåïî÷êè
.access_denied:
pop esi eax
719,7 → 719,7
cld
lodsb
push ax
call char_toupper
call char_todown
call ansi2uni_char
xchg ah,al
cld
726,7 → 726,7
scasw
pop ax
je .coincides
call char_todown
call char_toupper
call ansi2uni_char
xchg ah,al
cld