mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
vdr-plugin-xmltv2vdr: update to vdr-plugin-xmltv2vdr-b48e0bec
This commit is contained in:
parent
adfc26cea4
commit
0e0eabf27b
@ -17,7 +17,7 @@
|
||||
################################################################################
|
||||
|
||||
PKG_NAME="vdr-plugin-xmltv2vdr"
|
||||
PKG_VERSION="30903cc0"
|
||||
PKG_VERSION="b48e0bec"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
|
@ -1,19 +0,0 @@
|
||||
commit 6d5c30323f49c7960c873a423ec948834bbe8737
|
||||
Author: Stefan Saraev <stefan@saraev.ca>
|
||||
Date: Sat Oct 19 22:24:10 2013 +0300
|
||||
|
||||
vdr 2.1.2 buildfix
|
||||
|
||||
diff --git a/xmltv2vdr.cpp b/xmltv2vdr.cpp
|
||||
index b367508..7b61c61 100644
|
||||
--- a/xmltv2vdr.cpp
|
||||
+++ b/xmltv2vdr.cpp
|
||||
@@ -274,7 +274,7 @@ cGlobals::cGlobals()
|
||||
imgdelafter=30;
|
||||
soundex=false;
|
||||
|
||||
- if (asprintf(&epgfile_store,"%s/epg.db",VideoDirectory)==-1) {};
|
||||
+ if (asprintf(&epgfile_store,"%s/epg.db",cVideoDirectory::Name())==-1) {};
|
||||
|
||||
if (!CheckEPGDir("/var/run/vdr"))
|
||||
{
|
Loading…
x
Reference in New Issue
Block a user