fixed build of fake_app_server
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13009 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -144,11 +144,11 @@ AppServer::MainLoop(void)
|
|||||||
while(1)
|
while(1)
|
||||||
{
|
{
|
||||||
STRACE(("info: AppServer::MainLoop listening on port %ld.\n", fMessagePort));
|
STRACE(("info: AppServer::MainLoop listening on port %ld.\n", fMessagePort));
|
||||||
err=pmsg.GetNextReply(code);
|
err=pmsg.GetNextMessage(code);
|
||||||
|
|
||||||
if(err<B_OK)
|
if(err<B_OK)
|
||||||
{
|
{
|
||||||
STRACE(("MainLoop:pmsg.GetNextReply failed\n"));
|
STRACE(("MainLoop:pmsg.GetNextMessage failed\n"));
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user