Fix for r.4200

git-svn-id: svn://kolibrios.org@4317 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Marat Zakiyanov (Mario79) 2013-12-01 10:27:40 +00:00
parent 0752462801
commit 673f824c3f
2 changed files with 2 additions and 2 deletions

View File

@ -127,7 +127,7 @@ draw_clipboard:
cmp [eax],dword 0
jne .no_relevant_data_1
add eax,4
cmp [eax],dword 866
cmp [eax],dword 1 ; cp866
jne .no_relevant_data_2
add eax,4

View File

@ -117,7 +117,7 @@ operation_result_text:
buffer_data:
dd buffer_data.end - buffer_data
dd 0 ; type 'text'
dd 866 ; text encoding
dd 1 ; cp866 text encoding
db 'Test message to the clipboard'
.end:
;---------------------------------------------------------------------