*** empty log message ***
This commit is contained in:
parent
5e7e151965
commit
78ceb1b476
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ msgSpace * msgSpaceCreate(
|
|||
}
|
||||
|
||||
/* allocation de la bonne zone mémoire pour le poolData */
|
||||
if (ftruncate(mSFd, poolNb*sizeof(* msgPoolData)) == -1){
|
||||
if (ftruncate(mSPoolDataFd, poolNb*sizeof(msgPoolData)) == -1){
|
||||
fprintf( stderr, "msgSpace resizing failed: %s\n",
|
||||
strerror( errno ) );
|
||||
return NULL;
|
||||
|
|
Loading…
Reference in a new issue