Added the backslash ('\') to the list of characters that need to be escaped when executing external commands

This commit is contained in:
Klaus Schmidinger
2008-02-24 10:30:49 +01:00
parent 088c325e8f
commit ce7b0c94f7
5 changed files with 10 additions and 6 deletions

View File

@@ -5668,3 +5668,5 @@ Video Disk Recorder Revision History
case a CAM menu is open).
- Increased the valid range of the "Subtitle offset" setup option to -100...100
(thanks to Rolf Ahrenberg).
- Added the backslash ('\') to the list of characters that need to be escaped
when executing external commands (thanks to Peter Bieringer for reporting this one).