--- libaitsess/src/aitsess.c 2013/01/17 13:10:49 1.6.4.1 +++ libaitsess/src/aitsess.c 2013/01/17 13:12:47 1.6.4.2 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: aitsess.c,v 1.6.4.1 2013/01/17 13:10:49 misho Exp $ +* $Id: aitsess.c,v 1.6.4.2 2013/01/17 13:12:47 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -308,7 +308,7 @@ map_createSession(int nSeed, long nSize, ait_sess_t * return -1; } #else - /* if is new shared memory session, fill file with zeros */ + /* if is new shared memory session, fill file with zeros */ if (lseek(Sess->mem.fd, nSize - 1, SEEK_SET) == -1) { LOGERR; map_destroySession(Sess);