Subversion Repositories Kolibri OS

Rev

Rev 7167 | Rev 7463 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7167 Rev 7201
Line 330... Line 330...
330
        jne     @b
330
        jne     @b
331
        stdcall [ted_text_add], tedit0, tedit_buffer, ecx, ebx
331
        stdcall [ted_text_add], tedit0, tedit_buffer, ecx, ebx
332
        stdcall [ted_draw], tedit0
332
        stdcall [ted_draw], tedit0
333
        ; write to log file
333
        ; write to log file
334
        mov     eax, [esp+36]
334
        mov     eax, [esp+36]
335
        cmp     [logfile_offset], -1 ; disabled logging?
335
        sub     ecx, 2 ; 0a0d is not included
336
        je      @f
-
 
337
        call    write_to_file
336
        call    write_to_file
Line 338... Line 337...
338
 
337
 
339
      @@:
338
      @@:
340
        popad
339
        popad