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