mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 08:21:07 +02:00
shadow var
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@158 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Commit: e748ccf2e5
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2010-01-13 (Wed, 13 Jan 2010)
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