Compile fix for undelete-0.0.2 and vdr-1.3.33

Message ID 4336EEFE.8010206@syphir.sytes.net
State New
Headers

Commit Message

C.Y.M Sept. 25, 2005, 6:39 p.m. UTC
  This seems to fix the compile problem. I hope that Recordings.Update is the
correct function :)

Regards,
  

Patch

--- undelete-0.0.2/menuundelete.c.orig	2005-09-25 10:00:23.000000000 -0700
+++ undelete-0.0.2/menuundelete.c	2005-09-25 10:09:33.000000000 -0700
@@ -435,8 +435,12 @@ 
   
 #if VDRVERSNUM >= 10311
   if (SalvageRecording)
+#if VDRVERSNUM >= 10333
+    Recordings.Update();
+#else
     Recordings.TriggerUpdate();
 #endif
+#endif
 }
 
 eOSState cMenuUndelete::ProcessKey(eKeys Key)