#!/bin/sh /usr/share/dpatch/dpatch-run ## epgsearch-1.3.17 patch - by Thomas Günther ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: Changes for VDR <= 1.3.17. @DPATCH@ --- epgsearch-0.9.3/epgsearch.c +++ epgsearch-0.9.3/epgsearch.c @@ -151,7 +151,7 @@ { // Perform the action when selected from the main VDR menu. cOsdObject* pMenu = NULL; - char* rcFilename = strdup(*AddDirectory( cPlugin::ConfigDirectory(), ".epgsearchrc")); + char* rcFilename = strdup(AddDirectory( cPlugin::ConfigDirectory(), ".epgsearchrc")); if (access(rcFilename, F_OK) == 0) pMenu = DoInitialSearch(rcFilename); else