BView: Fix 64 bit build with debug output, whitespace cleanup.
This commit is contained in:
@@ -5783,7 +5783,8 @@ BView::_SwitchServerCurrentView() const
|
||||
int32 serverToken = _get_object_token_(this);
|
||||
|
||||
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->Attach<int32>(serverToken);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user