clipboard: Hopefully fix 64bit build
Untested
This commit is contained in:
@@ -308,7 +308,7 @@ ClipboardApp::Print(bool debug)
|
|||||||
clip->PrintToStream();
|
clip->PrintToStream();
|
||||||
} else {
|
} else {
|
||||||
const char * textBuffer;
|
const char * textBuffer;
|
||||||
int32 textLength;
|
ssize_t textLength;
|
||||||
clip->FindData("text/plain", B_MIME_TYPE, (const void **)&textBuffer, &textLength);
|
clip->FindData("text/plain", B_MIME_TYPE, (const void **)&textBuffer, &textLength);
|
||||||
|
|
||||||
if (textBuffer != NULL && textLength > 0) {
|
if (textBuffer != NULL && textLength > 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user