Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 1997 → Rev 1998

/programs/system/board/trunk/board.asm
106,7 → 106,7
mov esi, filename
mov [filepos], 0
call CreateFile
jmp .write_to_logfile
jnc .write_to_logfile
@@:
inc [filepos]
popa
282,7 → 282,6
mov dword [InfoStructure+20], 0 ; reserved
mov dword [InfoStructure+21], esi ; pointer to the file name
mcall 70, InfoStructure
clc
test eax, eax
jz .out
stc