forked from KolibriOS/kolibrios
Fix for r.4200
git-svn-id: svn://kolibrios.org@4317 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
0752462801
commit
673f824c3f
@ -127,7 +127,7 @@ draw_clipboard:
|
|||||||
cmp [eax],dword 0
|
cmp [eax],dword 0
|
||||||
jne .no_relevant_data_1
|
jne .no_relevant_data_1
|
||||||
add eax,4
|
add eax,4
|
||||||
cmp [eax],dword 866
|
cmp [eax],dword 1 ; cp866
|
||||||
jne .no_relevant_data_2
|
jne .no_relevant_data_2
|
||||||
|
|
||||||
add eax,4
|
add eax,4
|
||||||
|
@ -117,7 +117,7 @@ operation_result_text:
|
|||||||
buffer_data:
|
buffer_data:
|
||||||
dd buffer_data.end - buffer_data
|
dd buffer_data.end - buffer_data
|
||||||
dd 0 ; type 'text'
|
dd 0 ; type 'text'
|
||||||
dd 866 ; text encoding
|
dd 1 ; cp866 text encoding
|
||||||
db 'Test message to the clipboard'
|
db 'Test message to the clipboard'
|
||||||
.end:
|
.end:
|
||||||
;---------------------------------------------------------------------
|
;---------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user