mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user