*** empty log message ***
This commit is contained in:
parent
d5952f8245
commit
5276c23e87
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 */
|
/* 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",
|
fprintf( stderr, "msgSpace resizing failed: %s\n",
|
||||||
strerror( errno ) );
|
strerror( errno ) );
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|
Loading…
Reference in a new issue