forked from KolibriOS/kolibrios
Fix FTPC logging, change log file path
git-svn-id: svn://kolibrios.org@7201 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -332,8 +332,7 @@ gui: ;//////////////////////////////////////////////////////////////////////////
|
||||
stdcall [ted_draw], tedit0
|
||||
; write to log file
|
||||
mov eax, [esp+36]
|
||||
cmp [logfile_offset], -1 ; disabled logging?
|
||||
je @f
|
||||
sub ecx, 2 ; 0a0d is not included
|
||||
call write_to_file
|
||||
|
||||
@@:
|
||||
|
Reference in New Issue
Block a user