Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 4504 → Rev 4505

/programs/develop/tinypad/trunk/tp-clipboard.asm
219,16 → 219,8
mov eax,edi
sub eax,ebx
sub eax,6
.@@111:
mov [ebx],eax
test edx,edx
jz @f
mov [ebx],eax ; size of current string
 
test eax,eax
jz @f
 
mov [ebx+4],word EDITOR_LINE_FLAG_MOFIFIED
@@:
mov ebx,edi
add edi,6
inc edx