Removed call to setBlockSize - not supported.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@563 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
@@ -3793,7 +3793,6 @@ FLMINT fshellFileSystemTest(
|
||||
goto Exit;
|
||||
}
|
||||
|
||||
pFileHdl->setBlockSize( uiBlockSize);
|
||||
}
|
||||
else
|
||||
{
|
||||
@@ -3807,8 +3806,6 @@ FLMINT fshellFileSystemTest(
|
||||
goto Exit;
|
||||
}
|
||||
|
||||
pFileHdl->setBlockSize( uiBlockSize);
|
||||
|
||||
uiOffset = 0;
|
||||
while( uiOffset < uiFileSize)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user