blob: cb7b3bf37b760a50172a0839c7b461e38f9d6ae6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
Index: bgprocess-0.1.0/bgprocess.c
===================================================================
--- bgprocess-0.1.0.orig/bgprocess.c
+++ bgprocess-0.1.0/bgprocess.c
@@ -152,7 +152,9 @@ bool cPluginBgprocess::ProcessArgs(int a
bool cPluginBgprocess::Initialize(void)
{
// Initialize any background activities the plugin shall perform.
+#if VDRVERSNUM < 10507
RegisterI18n(tlPhrases);
+#endif
return true;
}
|