forked from KolibriOS/kolibrios
Tinypad - fix r.4487, remove unnecessary code and correction documentation.
git-svn-id: svn://kolibrios.org@4505 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -219,16 +219,8 @@ convert_clipboard_buf_to_copy_buf:
|
||||
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
|
||||
|
Reference in New Issue
Block a user