From c62096989fe0d4a58228d1099923788f0cb020df Mon Sep 17 00:00:00 2001 From: "Rustem Gimadutdinov (rgimad)" Date: Wed, 10 Feb 2021 20:47:50 +0000 Subject: [PATCH] fix broken file in rev 8589, nothing new git-svn-id: svn://kolibrios.org@8590 a494cfbc-eb01-0410-851d-a64ba20cac60 --- programs/develop/tinypad/trunk/tp-common.asm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/programs/develop/tinypad/trunk/tp-common.asm b/programs/develop/tinypad/trunk/tp-common.asm index 0dab036bfd..86e83f38d0 100644 --- a/programs/develop/tinypad/trunk/tp-common.asm +++ b/programs/develop/tinypad/trunk/tp-common.asm @@ -1,5 +1,5 @@ diff16 'tp-common.asm',0,$ -include '../../../debug.inc' + ;----------------------------------------------------------------------------- proc clear_selection ;//////////////////////////////////////////////////////// ;----------------------------------------------------------------------------- @@ -71,8 +71,7 @@ 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