diff options
-rw-r--r-- | HISTORY | 1 | ||||
-rw-r--r-- | undelete.c | 4 |
2 files changed, 5 insertions, 0 deletions
@@ -44,5 +44,6 @@ VDR Plugin 'undelete' Revision History - corrected the HISTORY header - edit the README file - merge patch for gcc-4.4 from Holger Schvestka <hotzenplotz5@gmx.de> +- merge patch with changes for VDR >= 1.5.7 from Stone <syphyr@gmail.com> @@ -198,7 +198,11 @@ class cPluginUndelete : public cPlugin { 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 |