Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 6337 → Rev 6338

/kernel/trunk/fs/fs_lfn.inc
135,6 → 135,19
lodsb
@@:
lea ebp, [esi-1]
if 0
cmp [ebx], dword 0
jne @F
DEBUGF 1,'read file %s\n',ebp
jmp .1
@@:
cmp [ebx], dword 5
jne @F
DEBUGF 1,'get file attributes %s\n',ebp
@@:
.1:
end if
 
cmp dword [ebx], 7
jne @F
mov edx, [ebx+4]