Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: svdrp - Bug or Feature or my fault



Hello

I did now test with lots of short recordings and did
enter other recordings.

Changing to the "old" version seems to solve my problem.
Is there any reason for the change, that would make it
more adviseable to change my script?

regards
Wolfgang

The only difference I see is in line 1103 - in svdrp.c - should
this be "reverted"?

Yes, please try that. The diff between version 1.2.1 and 1.2.2 was

--- svdrp.c     2003/06/06 13:30:52     1.52
+++ svdrp.c     2003/07/26 10:57:33     1.53
@@ -1100,7 +1100,7 @@
                  }
               lastActivity = time(NULL);
               }
-           else if (r <= 0) {
+           else if (r < 0) {
               isyslog("lost connection to SVDRP client");
               Close();
               }


--
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index