mirror of
https://github.com/dmolony/DiskBrowser.git
synced 2024-11-25 16:34:00 +00:00
tidying
This commit is contained in:
parent
a006053297
commit
39269d3b27
@ -71,16 +71,6 @@ public class NuFX
|
|||||||
if (record.hasFile ())
|
if (record.hasFile ())
|
||||||
{
|
{
|
||||||
++totalFiles;
|
++totalFiles;
|
||||||
|
|
||||||
// note: total blocks does not include subdirectory blocks
|
|
||||||
// int blocks = (record.getFileSize () - 1) / 512 + 1;
|
|
||||||
// if (blocks == 1) // seedling
|
|
||||||
// totalBlocks += blocks;
|
|
||||||
// else if (blocks <= 256) // sapling
|
|
||||||
// totalBlocks += blocks + 1;
|
|
||||||
// else // tree
|
|
||||||
// totalBlocks += blocks + (blocks / 256) + 2;
|
|
||||||
|
|
||||||
volumeName.storePath (record.getFileName ());
|
volumeName.storePath (record.getFileName ());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user