]> git.vomp.tv Git - vompserver.git/commitdiff
New timers code for 1.2.6
authorChris Tallon <chris@vomp.tv>
Sun, 26 Feb 2006 18:16:19 +0000 (18:16 +0000)
committerChris Tallon <chris@vomp.tv>
Sun, 26 Feb 2006 18:16:19 +0000 (18:16 +0000)
mvpclient.c

index 38d06f19bdadbc823b6d60375a5d27b100fbc20c..abd9154bf57823e76591cfb617ed277fbcfa1359 100644 (file)
@@ -1263,7 +1263,11 @@ int MVPClient::processSetTimer(UCHAR* buffer, int length)
     if (!t)
     {
       Timers.Add(timer);
+#if VDRVERSNUM < 10300
+      Timers.Save();
+#else
       Timers.SetModified();
+#endif
       sendULONG(0);
       return 1;
     }