Fixed some warning messages that started showing up when I moved to

the real compiler.
r=kedl


git-svn-id: svn://10.0.0.236/trunk@55420 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
Jerry.Kirk%Nexwarecorp.com
1999-12-06 13:45:33 +00:00
parent 2b66e98597
commit 3eb31bbb1e
8 changed files with 22 additions and 12 deletions

View File

@@ -106,7 +106,7 @@ EventQueueTokenQueue::~EventQueueTokenQueue()
// are referenced by things that leak, so this assertion goes off a lot.)
if (mHead)
{
int err=PtAppRemoveFd(NULL,mHead->mQueue->GetEventQueueSelectFD());
int err=PtAppRemoveFd(NULL,mHead->mToken);
if (err==-1)
{
printf ("nsAppShell::~EventQueueTokenQueue Run Error calling PtAppRemoveFd\n");