Fixed build, sorry again - sure, with a commit that big, I just had to mess it up :/
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15054 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
** Copyright 2004, Axel Dörfler, [email protected]. All rights reserved.
|
* Copyright 2004-2005, Axel Dörfler, [email protected]. All rights reserved.
|
||||||
** Distributed under the terms of the Haiku License.
|
* Distributed under the terms of the MIT License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
#include <ByteOrder.h>
|
#include <ByteOrder.h>
|
||||||
@@ -114,8 +114,7 @@ swap_data(type_code type, void *_data, size_t length, swap_action action)
|
|||||||
messengerPrivate.SetTo(
|
messengerPrivate.SetTo(
|
||||||
__swap_int32(messengerPrivate.Team()),
|
__swap_int32(messengerPrivate.Team()),
|
||||||
__swap_int32(messengerPrivate.Port()),
|
__swap_int32(messengerPrivate.Port()),
|
||||||
__swap_int32(messengerPrivate.Token()),
|
__swap_int32(messengerPrivate.Token()));
|
||||||
messengerPrivate.IsPreferredTarget());
|
|
||||||
messenger++;
|
messenger++;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user