mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-21 05:18:38 +00:00
Update CosmosVFS.cs
This commit is contained in:
parent
81872c1dc3
commit
cf6500859d
1 changed files with 2 additions and 2 deletions
|
|
@ -313,8 +313,8 @@ namespace Cosmos.System.FileSystem
|
|||
/// Initializes the partitions for all block devices.
|
||||
/// </summary>
|
||||
protected virtual void InitializePartitions()
|
||||
{
|
||||
for(int i = 0; i < BlockDeviec.Devices.Count; i++)
|
||||
{
|
||||
for (int i = 0; i < BlockDevice.Devices.Count; i++)
|
||||
{
|
||||
if (BlockDevice.Devices[i] is Partition)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue