[PATCH] vdr 1.7.27, fix UPDR

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

 



Hi,

Due to a missunderstanding, UPDR doesn't update the global recordings list only the local list of LSTR.

 void cSVDRP::CmdUPDR(const char *Option)
 {
   Recordings.Update(false);
+  ::Recordings.Update(false);
   Reply(250, "Re-read of recordings directory triggered");
 }

Maybe the member should be renamed to make the code more readable?

Lars.

_______________________________________________
vdr mailing list
vdr@xxxxxxxxxxx
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


[Index of Archives]     [Linux Media]     [Asterisk]     [DCCP]     [Netdev]     [Xorg]     [Util Linux NG]     [Xfree86]     [Big List of Linux Books]     [Fedora Users]     [Fedora Women]     [ALSA Devel]     [Linux USB]

  Powered by Linux