mirror of https://github.com/BOINC/boinc.git
parent
bdd5a5e4a8
commit
d36040fd78
|
@ -562,7 +562,7 @@ bool CViewMessages::OpenClipboard( wxInt32 size ) {
|
|||
m_bClipboardOpen = true;
|
||||
|
||||
m_strClipboardData = wxEmptyString;
|
||||
m_strClipboardData.AllocBuffer( size );
|
||||
m_strClipboardData.Alloc( size );
|
||||
|
||||
wxTheClipboard->Clear();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue