summaryrefslogtreecommitdiff
path: root/svdrp.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2009-10-18 14:18:22 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2009-10-18 14:18:22 +0200
commit20c8cd161fd7fd63c14d66333d5589ee9116cc72 (patch)
treed4d3449825481a6e17347427cd4ca4107c71cea7 /svdrp.c
parent98d2cd84dc128be439e26617a065671174925c03 (diff)
downloadvdr-20c8cd161fd7fd63c14d66333d5589ee9116cc72.tar.gz
vdr-20c8cd161fd7fd63c14d66333d5589ee9116cc72.tar.bz2
Changed the project's URLs and email to tvdr.de
Diffstat (limited to 'svdrp.c')
-rw-r--r--svdrp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/svdrp.c b/svdrp.c
index 416b8698..5729052a 100644
--- a/svdrp.c
+++ b/svdrp.c
@@ -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 2.5 2009/06/06 14:03:55 kls Exp $
+ * $Id: svdrp.c 2.6 2009/10/18 14:08:58 kls Exp $
*/
#include "svdrp.h"
@@ -887,7 +887,7 @@ void cSVDRP::CmdHELP(const char *Option)
PrintHelpTopics(hp);
}
Reply(-214, "To report bugs in the implementation send email to");
- Reply(-214, " vdr-bugs@cadsoft.de");
+ Reply(-214, " vdr-bugs@tvdr.de");
}
Reply(214, "End of HELP info");
}