*** empty log message ***

This commit is contained in:
glenux 2004-02-25 08:28:20 +00:00
parent eb3792cbc7
commit 9c89f80423
2 changed files with 1 additions and 3 deletions

View file

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

View file

@ -30,7 +30,7 @@ void * msgBufferMap(msgPoolData * poolDataTab, int poolIndex, int bufferIndex) {
NZG_ERROR("mmap", poolBufferTabId);
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+ bufferSize*(bufferIndex+1)
);