FLAIM changes. Fixed NetWare compiler warnings.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@707 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
@@ -656,14 +656,15 @@ Transmission_Error:
|
||||
|
||||
case FDB_RFL_FOOTPRINT_SIZE:
|
||||
{
|
||||
pFile->uiRflFootprintSize = f_roundUp( (FLMUINT)pvValue1, 512);
|
||||
pFile->uiRflFootprintSize =
|
||||
(FLMUINT)f_roundUp( (FLMUINT)pvValue1, 512);
|
||||
break;
|
||||
}
|
||||
|
||||
case FDB_RBL_FOOTPRINT_SIZE:
|
||||
{
|
||||
pFile->uiRblFootprintSize = f_roundUp( (FLMUINT)pvValue1,
|
||||
pFile->FileHdr.uiBlockSize);
|
||||
pFile->uiRblFootprintSize =
|
||||
(FLMUINT)f_roundUp( (FLMUINT)pvValue1, pFile->FileHdr.uiBlockSize);
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user