shadow var

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@158 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
satbaby
2010-01-13 12:21:18 +00:00
parent 7c194ba6f8
commit e748ccf2e5

View File

@@ -194,7 +194,7 @@ void CDBoxInfoWidget::paint()
char c=' ';
int offsetw = g_Font[SNeutrinoSettings::FONT_TYPE_MENU]->getRenderWidth ("Filesystem Size Used Available Use% ");
offsetw += 20;
int i = 0;
i = 0;
while ( ((mnt = getmntent(mountFile)) != 0) && (i<8 )) {
if (::statfs(mnt->mnt_dir, &s) == 0) {
switch (s.f_type)