Changed random number generator to return FLMUINT32 values rather than FLMINT32 values.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@388 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
@@ -534,7 +534,7 @@ RCODE IBinaryTestImpl::encryptionTest(
|
||||
{
|
||||
if ( uiTotalBytesRead < ui64TotalSize)
|
||||
{
|
||||
uiChunkSize = pRand->getINT32( 1,
|
||||
uiChunkSize = pRand->getUINT32( 1,
|
||||
(FLMUINT32)(ui64TotalSize - uiTotalBytesRead));
|
||||
|
||||
if ( pszBuffer)
|
||||
|
||||
Reference in New Issue
Block a user