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:
parent
52c423baef
commit
2f6a25d52d
@ -144,11 +144,11 @@ AppServer::MainLoop(void)
|
||||
while(1)
|
||||
{
|
||||
STRACE(("info: AppServer::MainLoop listening on port %ld.\n", fMessagePort));
|
||||
err=pmsg.GetNextReply(code);
|
||||
err=pmsg.GetNextMessage(code);
|
||||
|
||||
if(err<B_OK)
|
||||
{
|
||||
STRACE(("MainLoop:pmsg.GetNextReply failed\n"));
|
||||
STRACE(("MainLoop:pmsg.GetNextMessage failed\n"));
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user