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:
dsandersoremutah
2006-06-13 18:15:55 +00:00
parent 6453e9885b
commit fc93b36697

View File

@@ -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)
{