Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 1998 → Rev 1997

/programs/system/board/trunk/board.asm
106,7 → 106,7
mov esi, filename
mov [filepos], 0
call CreateFile
jnc .write_to_logfile
jmp .write_to_logfile
@@:
inc [filepos]
popa
282,6 → 282,7
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