Closed GoogleCodeExporter closed 9 years ago
Add this to the the for loop in Update method should fix it.
if (!driveInfos[i].IsReady)
continue;
for (int i = 0; i < driveInfos.Length; i++)
{
if (!driveInfos[i].IsReady)
continue;
totalSize += driveInfos[i].TotalSize;
totalFreeSpace += driveInfos[i].TotalFreeSpace;
}
Original comment by MagicAnd...@live.com
on 27 Oct 2012 at 8:06
This issue was closed by revision r425.
Original comment by moel.mich
on 28 Oct 2012 at 11:35
thanks for the fix :)
Original comment by MagicAnd...@live.com
on 28 Oct 2012 at 3:17
Original issue reported on code.google.com by
MagicAnd...@live.com
on 5 Sep 2012 at 8:17Attachments: