forked from KolibriOS/kolibrios
fix
git-svn-id: svn://kolibrios.org@8878 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
52c5c9ee1b
commit
136d626dfa
@ -71,7 +71,7 @@ dword buff_data;
|
|||||||
strcpy(buff_data+12, _text);
|
strcpy(buff_data+12, _text);
|
||||||
|
|
||||||
Clipboard__SetSlotData(size_buf, buff_data);
|
Clipboard__SetSlotData(size_buf, buff_data);
|
||||||
if (EAX!=0) notify("'Error while copying to clipboard!'E");
|
//if (EAX!=0) notify("'Error while copying to clipboard!'E");
|
||||||
|
|
||||||
buff_data = free(buff_data);
|
buff_data = free(buff_data);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user