BView: Fix 64 bit build with debug output, whitespace cleanup.

This commit is contained in:
Michael Lotz
2015-04-04 11:04:34 +02:00
parent 46578389ba
commit 3fc2dd56db
+2 -1
View File
@@ -5783,7 +5783,8 @@ BView::_SwitchServerCurrentView() const
int32 serverToken = _get_object_token_(this); int32 serverToken = _get_object_token_(this);
if (fOwner->fLastViewToken != serverToken) { if (fOwner->fLastViewToken != serverToken) {
STRACE(("contacting app_server... sending token: %ld\n", serverToken)); STRACE(("contacting app_server... sending token: %" B_PRId32 "\n",
serverToken));
fOwner->fLink->StartMessage(AS_SET_CURRENT_VIEW); fOwner->fLink->StartMessage(AS_SET_CURRENT_VIEW);
fOwner->fLink->Attach<int32>(serverToken); fOwner->fLink->Attach<int32>(serverToken);