*** empty log message ***

This commit is contained in:
glenux 2004-02-19 22:41:16 +00:00 committed by Glenn Y. Rolland
parent 5e7e151965
commit 78ceb1b476

View file

@ -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;