[vdr] 05/11: fixed VideoDiskSpace() usage in opt-41-x_timer-info.patch
Tobias Grimm
tiber-guest at moszumanska.debian.org
Sun Feb 8 17:32:30 UTC 2015
This is an automated email from the git hooks/post-receive script.
tiber-guest pushed a commit to branch e-tobi
in repository vdr.
commit c3fc4cb1aec2e21d09288c227f93a569b5a3c6d2
Author: etobi <git at e-tobi.net>
Date: Sat Feb 7 11:33:03 2015 +0100
fixed VideoDiskSpace() usage in opt-41-x_timer-info.patch
---
debian/patches/opt-41-x_timer-info.patch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/patches/opt-41-x_timer-info.patch b/debian/patches/opt-41-x_timer-info.patch
index 0aea7e0..f8ea055 100644
--- a/debian/patches/opt-41-x_timer-info.patch
+++ b/debian/patches/opt-41-x_timer-info.patch
@@ -217,7 +217,7 @@ Index: vdr/menu.c
+
+ // compute free disk space
+ int freeMB, freeMinutes, runshortMinutes;
-+ VideoDiskSpace(&freeMB);
++ cVideoDirectory::VideoDiskSpace(&freeMB);
+ freeMinutes = int(double(freeMB) * 1.1 / 25.75); // overestimate by 10 percent
+ runshortMinutes = freeMinutes / 5; // 20 Percent
+
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-vdr-dvb/vdr.git
More information about the pkg-vdr-dvb-changes
mailing list