Weather: Fix config filepath

git-svn-id: svn://kolibrios.org@8589 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
turbocat
2021-02-10 20:35:30 +00:00
parent 32c989d925
commit b533776ce7
3 changed files with 7 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
diff16 'tp-common.asm',0,$
include '../../../debug.inc'
;-----------------------------------------------------------------------------
proc clear_selection ;////////////////////////////////////////////////////////
;-----------------------------------------------------------------------------
@@ -71,6 +71,8 @@ endp
proc get_real_length ;////////////////////////////////////////////////////////
;-----------------------------------------------------------------------------
mov eax,[esi+EDITOR_LINE_DATA.Size]
debug_print_dec eax
debug_print "|"
@@: cmp byte[esi+eax+sizeof.EDITOR_LINE_DATA-1],' '
jne @f
dec eax