summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2017-06-23 09:44:25 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2017-06-23 09:44:25 +0200
commit9cf7328452d0467769a8640bea552cbe2344bf84 (patch)
treeb35c76254e94dbcf6c57190035f0a5ac5b4f4070 /HISTORY
parent0bccf29254cd0f798369f1728f7280048978be23 (diff)
downloadvdr-9cf7328452d0467769a8640bea552cbe2344bf84.tar.gz
vdr-9cf7328452d0467769a8640bea552cbe2344bf84.tar.bz2
Now skipping a leading '/' in AddDirectory(), to avoid double slashes
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 4c49f955..d5c25527 100644
--- a/HISTORY
+++ b/HISTORY
@@ -9140,3 +9140,5 @@ Video Disk Recorder Revision History
functions are called.
- Fixed a possible crash in cStateLockLog.
- Updated the Italian OSD texts (thanks to Diego Pierotto).
+- Now skipping a leading '/' in AddDirectory(), to avoid double slashes (reported by
+ Chris Mayo).