clipboard: Hopefully fix 64bit build

Untested
This commit is contained in:
François Revol
2014-07-04 14:39:03 +02:00
parent 9220bcf1f6
commit 6c2a6f092c
+1 -1
View File
@@ -308,7 +308,7 @@ ClipboardApp::Print(bool debug)
clip->PrintToStream();
} else {
const char * textBuffer;
int32 textLength;
ssize_t textLength;
clip->FindData("text/plain", B_MIME_TYPE, (const void **)&textBuffer, &textLength);
if (textBuffer != NULL && textLength > 0) {