The SVDRP command PUTE now triggers an immediate write of the 'epg.data' file

This commit is contained in:
Klaus Schmidinger
2002-10-13 09:34:47 +02:00
parent a19ea98cce
commit 44cb1a79a5
5 changed files with 19 additions and 4 deletions

View File

@@ -10,7 +10,7 @@
* and interact with the Video Disk Recorder - or write a full featured
* graphical interface that sits on top of an SVDRP connection.
*
* $Id: svdrp.c 1.44 2002/10/05 13:45:05 kls Exp $
* $Id: svdrp.c 1.45 2002/10/13 09:31:31 kls Exp $
*/
#include "svdrp.h"
@@ -153,6 +153,7 @@ bool cPUTEhandler::Process(const char *s)
else {
rewind(f);
if (cSchedules::Read(f)) {
cSIProcessor::TriggerDump();
status = 250;
message = "EPG data processed";
}