Suur Karu wrote: > Klaus Schmidinger wrote: > >> You're absolutely right. >> >> The attached patch should fix this. >> ------------------------------------------------------------------------ >> >> --- menuitems.h 2006/01/21 10:45:55 1.16 >> +++ menuitems.h 2006/02/12 10:22:03 >> @@ -77,6 +77,7 @@ > > > 2# patch -p0 <vdr-1.3.42-editstrkback.diff > (Stripping trailing CRs from patch.) > patching file menuitems.h > Hunk #1 succeeded at 65 with fuzz 2 (offset -12 lines). > (Stripping trailing CRs from patch.) > patching file menuitems.c > > > > menuitems.c:242: error: `orgValue' was not declared in this scope > menuitems.c:242: warning: unused variable 'orgValue' > menuitems.c: In destructor `virtual cMenuEditStrItem::~cMenuEditStrItem()': > menuitems.c:257: error: `orgValue' was not declared in this scope > menuitems.c:257: warning: unused variable 'orgValue' > menuitems.c: In member function `virtual eOSState > cMenuEditStrItem::ProcessKey(eKeys)': > menuitems.c:415: error: `orgValue' was not declared in this scope > menuitems.c:415: warning: unused variable 'orgValue' > menuitems.c:478: error: `orgValue' was not declared in this scope > make: *** [menuitems.o] Error 1 Are you sure you're applying this patch to VDR version 1.3.42? Klaus