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:
Stephan Aßmus 2005-06-08 10:32:24 +00:00
parent 52c423baef
commit 2f6a25d52d

View File

@ -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;
}