diff options
| author | root <root@elwms02.(none)> | 2010-04-06 16:13:08 +0200 |
|---|---|---|
| committer | root <root@elwms02.(none)> | 2010-04-06 16:13:08 +0200 |
| commit | 0e7005fcc7483c01aa102fbea358c5ac65a48d62 (patch) | |
| tree | 11517ce0d3d2977c6732b3aa583b0008083e0bd3 /plugins/undelete/patches | |
| download | x-vdr-0e7005fcc7483c01aa102fbea358c5ac65a48d62.tar.gz x-vdr-0e7005fcc7483c01aa102fbea358c5ac65a48d62.tar.bz2 | |
hello world
Diffstat (limited to 'plugins/undelete/patches')
| -rw-r--r-- | plugins/undelete/patches/undelete-0.0.6-vdr-1.5.7.diff | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/plugins/undelete/patches/undelete-0.0.6-vdr-1.5.7.diff b/plugins/undelete/patches/undelete-0.0.6-vdr-1.5.7.diff new file mode 100644 index 0000000..91f69f6 --- /dev/null +++ b/plugins/undelete/patches/undelete-0.0.6-vdr-1.5.7.diff @@ -0,0 +1,14 @@ +--- undelete-0.0.6/undelete.c.orig 2007-08-13 06:46:16.000000000 -0700 ++++ undelete-0.0.6/undelete.c 2007-08-13 06:59:10.000000000 -0700 +@@ -198,7 +198,11 @@ + private: + // Add any member variables or functions you may need here. + void FreeKeyNames(void); ++#if VDRVERSNUM >= 10507 ++ char* OSDLanguage; ++#else + int OSDLanguage; ++#endif + void TestAndSetOSDLanguage(void); + bool ProcessArg(int argc, char *argv[]); + #ifdef UND_Debug |
