forked from KolibriOS/kolibrios
fix broken file in rev 8589, nothing new
git-svn-id: svn://kolibrios.org@8590 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
b533776ce7
commit
c62096989f
@ -1,5 +1,5 @@
|
|||||||
diff16 'tp-common.asm',0,$
|
diff16 'tp-common.asm',0,$
|
||||||
include '../../../debug.inc'
|
|
||||||
;-----------------------------------------------------------------------------
|
;-----------------------------------------------------------------------------
|
||||||
proc clear_selection ;////////////////////////////////////////////////////////
|
proc clear_selection ;////////////////////////////////////////////////////////
|
||||||
;-----------------------------------------------------------------------------
|
;-----------------------------------------------------------------------------
|
||||||
@ -71,8 +71,7 @@ endp
|
|||||||
proc get_real_length ;////////////////////////////////////////////////////////
|
proc get_real_length ;////////////////////////////////////////////////////////
|
||||||
;-----------------------------------------------------------------------------
|
;-----------------------------------------------------------------------------
|
||||||
mov eax,[esi+EDITOR_LINE_DATA.Size]
|
mov eax,[esi+EDITOR_LINE_DATA.Size]
|
||||||
debug_print_dec eax
|
|
||||||
debug_print "|"
|
|
||||||
@@: cmp byte[esi+eax+sizeof.EDITOR_LINE_DATA-1],' '
|
@@: cmp byte[esi+eax+sizeof.EDITOR_LINE_DATA-1],' '
|
||||||
jne @f
|
jne @f
|
||||||
dec eax
|
dec eax
|
||||||
|
Loading…
Reference in New Issue
Block a user