summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2015-02-07 16:08:13 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2015-02-07 16:08:13 +0100
commit8225d3758f31f63f420bef783db60b2a7dd1b31d (patch)
tree2c08e36b36a5afb1409fa487bdcbc7d74a0effec /HISTORY
parent202a6b3072d996f05ab45c635c2e8108e7735025 (diff)
downloadvdr-8225d3758f31f63f420bef783db60b2a7dd1b31d.tar.gz
vdr-8225d3758f31f63f420bef783db60b2a7dd1b31d.tar.bz2
Modified EntriesOnSameFileSystem(), so that it returns 'true' if either of the given; changed handling the 'error' variable in cDirCopier
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY5
1 files changed, 5 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 6dea3ad0..6b4ea1c2 100644
--- a/HISTORY
+++ b/HISTORY
@@ -8515,3 +8515,8 @@ Video Disk Recorder Revision History
menu (reported by Christoph Haubrich).
- Added a confirmation before renaming a recording to its folder name (suggested
by Christoph Haubrich).
+- Modified EntriesOnSameFileSystem(), so that it returns 'true' if either of the given
+ files doesn't exist (to avoid any actions that might be triggered if files are on
+ different file system), and changed handling the 'error' variable in cDirCopier, so
+ that it is initialized to 'true' and will only be set to 'false' if the entire
+ copy process has been successful (problem reported by Christoph Haubrich).