*** empty log message ***

This commit is contained in:
glenux 2004-02-25 08:28:20 +00:00 committed by Glenn Y. Rolland
parent a79b20966f
commit f382aaa84c
2 changed files with 1 additions and 3 deletions

View file

@ -29,9 +29,7 @@ void * msgAllocate(msgSpace *space,
float minPoolCoef; float minPoolCoef;
int selectedPoolIndex; int selectedPoolIndex;
int bufferFreeIndex; int bufferFreeIndex;
int mSPoolFd;
msgPoolData * mSPoolDataTabAddr; msgPoolData * mSPoolDataTabAddr;
int bufferNb;
selectedPoolIndex=-1; selectedPoolIndex=-1;

View file

@ -30,7 +30,7 @@ void * msgBufferMap(msgPoolData * poolDataTab, int poolIndex, int bufferIndex) {
NZG_ERROR("mmap", poolBufferTabId); NZG_ERROR("mmap", poolBufferTabId);
goto ERROR; goto ERROR;
} }
printf( "Mapped from 0x%08x\n to 0x%08x\n", printf( "Mapped from 0x%08x to 0x%08x\n",
(int)resultAddr, (int)resultAddr,
(int)resultAddr+ bufferSize*(bufferIndex+1) (int)resultAddr+ bufferSize*(bufferIndex+1)
); );