FLAIM Changes. Added support for HP-UX built with the native compiler (aCC). Added code to pre-extend the database file(s) when forcing a checkpoint.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@733 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
@@ -4128,7 +4128,7 @@ FSTATIC RCODE chkSetupLfTable(
|
||||
goto Exit;
|
||||
}
|
||||
|
||||
pLogicalFile->pIfd = (IFD *) (&pLogicalFile->pIxd[1]);
|
||||
pLogicalFile->pIfd = (IFD *)((void *)(&pLogicalFile->pIxd[1]));
|
||||
f_memcpy( pLogicalFile->pIxd, pTmpIxd, sizeof(IXD));
|
||||
f_memcpy( pLogicalFile->pIfd, pTmpIfd,
|
||||
sizeof(IFD) * pTmpIxd->uiNumFlds);
|
||||
|
||||
Reference in New Issue
Block a user