Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 1477 → Rev 1479

/programs/develop/libraries/box_lib/trunk/filebrowser.mac
811,6 → 811,7
jz @f
call fb_char_toupper
shl ax,8
.search_start_of_line:
mov al,[ebx]
inc ebx
call fb_char_toupper
819,12 → 820,18
mov eax,ecx
jmp .search_association
@@:
mov esi,ecx
add esi,ebp
lodsb
cmp al,byte '='
jne .end
mov eax,ecx
mov esi,eax
add esi,ebp
cmp [esi],byte '='
jne .search_association
inc esi
cmp eax,fb_ini_file_start
je @f
dec eax
cmp [eax],byte 15
ja .end
@@:
xor ebx,ebx
xor eax,eax
mov ecx,9