From fc93b36697d3cdde530da564fac6180773d01450 Mon Sep 17 00:00:00 2001 From: dsandersoremutah Date: Tue, 13 Jun 2006 18:15:55 +0000 Subject: [PATCH] Removed call to setBlockSize - not supported. git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@563 0109f412-320b-0410-ab79-c3e0c5ffbbe6 --- xflaim/util/fshell.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/xflaim/util/fshell.cpp b/xflaim/util/fshell.cpp index 5363b39..b7baa7c 100644 --- a/xflaim/util/fshell.cpp +++ b/xflaim/util/fshell.cpp @@ -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) {