I demand that C.Y.M may or may not have written...
Is there a fixed patch for timercmds-0.1.diff (contained within epgsearch-0.9.4) and vdr-1.3.25?
menu.c: In member function `eOSState cMenuTimers::Commands(eKeys)': menu.c:910: error: no matching function for call to `cRecording::cRecording( cTimer*&, const char*, const char*, const char[1])' recording.h:55: error: candidates are: cRecording::cRecording(const cRecording&) recording.h:71: error: cRecording::cRecording(const char*) recording.h:70: error: cRecording::cRecording(cTimer*, const cEvent*) make: *** [menu.o] Error 1
You want the latter of the constructor prototypes, although I'm not sure whether the event object or a copy of it should be passed in.