Fix FTPC logging, change log file path

git-svn-id: svn://kolibrios.org@7201 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
nisargshah95
2018-03-21 16:10:11 +00:00
parent a3399b26ae
commit 1b63551705
4 changed files with 7 additions and 5 deletions

View File

@@ -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
@@: