summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2015-01-12 11:19:11 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2015-01-12 11:19:11 +0100
commit77340e92732b250a20e875f16bad2f85f2e3483b (patch)
tree484461932ac5e6059d2608ecc699120c8936bd58
parent35f73199d4a8ecc82479ebc6a3f5ba4f9cd28f75 (diff)
downloadvdr-77340e92732b250a20e875f16bad2f85f2e3483b.tar.gz
vdr-77340e92732b250a20e875f16bad2f85f2e3483b.tar.bz2
Added a missing backslash to the help text of the SVDRP command MOVR
-rw-r--r--CONTRIBUTORS1
-rw-r--r--HISTORY4
-rw-r--r--svdrp.c4
3 files changed, 6 insertions, 3 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS
index 5bc1ad9d..63a0eff1 100644
--- a/CONTRIBUTORS
+++ b/CONTRIBUTORS
@@ -2899,6 +2899,7 @@ Lars Hanisch <dvb@flensrocker.de>
for adding handling UTF-8 'umlaut' characters to cKbdRemote
for fixing learning keyboard remote control codes
for making VDR read command line options from *.conf files in /etc/vdr/conf.d
+ for adding a missing backslash to the help text of the SVDRP command MOVR
Alex Lasnier <alex@fepg.org>
for adding tuning support for ATSC devices
diff --git a/HISTORY b/HISTORY
index 328b698f..9d3d88d1 100644
--- a/HISTORY
+++ b/HISTORY
@@ -8307,7 +8307,7 @@ Video Disk Recorder Revision History
- The APIVERSION has been increased to 2.0.6 due to the changes to pat.h, sdt.h and
the functional modification to cFont::CreateFont().
-2015-01-11: Version 2.1.7
+2015-01-12: Version 2.1.7
- No longer logging an error message in DirSizeMB() if the given directory doesn't
exist. This avoids lots of log entries in case several VDRs use the same video
@@ -8342,3 +8342,5 @@ Video Disk Recorder Revision History
because the broadcaster doesn't set the data's version numbers as required by the
DVB standard (thanks to Rolf Ahrenberg).
- Fixed support for systemd (thanks to Christopher Reimer).
+- Added a missing backslash to the help text of the SVDRP command MOVR (thanks to
+ Lars Hanisch).
diff --git a/svdrp.c b/svdrp.c
index c8780325..2b5edb2c 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 3.5 2013/10/21 07:46:04 kls Exp $
+ * $Id: svdrp.c 3.6 2015/01/12 11:16:27 kls Exp $
*/
#include "svdrp.h"
@@ -261,7 +261,7 @@ const char *HelpPages[] = {
" Move the recording with the given number. Before a recording can be\n"
" moved, an LSTR command must have been executed in order to retrieve\n"
" the recording numbers. The numbers don't change during subsequent MOVR\n"
- " commands.n",
+ " commands.\n",
"NEWC <settings>\n"
" Create a new channel. Settings must be in the same format as returned\n"
" by the LSTC command.",