More cats and cpys in files that xcode doesn't see

This commit is contained in:
Glenn Smith 2018-03-07 01:13:56 -05:00
parent dce7f5f6b3
commit d9a723d533
21 changed files with 43 additions and 43 deletions

View file

@ -554,7 +554,7 @@ bool XClipboard::setClipboard(const char *text)
checkTDataSize(len);
// copy the data into the storage buffer
dStrcpy(mTData, text);
dStrcpy(mTData, text, mTDataSize);
// tell X that we own the clipboard. (we'll get events
// if an app tries to paste)