summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2017-01-09 15:21:13 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2017-01-09 15:21:13 +0100
commit6121095a300bb5cd8731aefb74bc7b26315ce985 (patch)
tree2f8f67ecf42386332011b2bb44ac450231ab4730 /HISTORY
parent6773ab35d2e8638b906346b51f678f1090bc0454 (diff)
downloadvdr-6121095a300bb5cd8731aefb74bc7b26315ce985.tar.gz
vdr-6121095a300bb5cd8731aefb74bc7b26315ce985.tar.bz2
Changed 'unsigned' to 'signed' in some places to avoid trouble with abs() in gcc6+
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 0cb88d6c..8e32be5b 100644
--- a/HISTORY
+++ b/HISTORY
@@ -8898,3 +8898,5 @@ Video Disk Recorder Revision History
now only triggered if there acually is more than one CAM in the system.
- Fixed updating the elapsed/remaining time in the progress display during fast
forward/rewind.
+- Changed 'unsigned' to 'signed' in some places to avoid trouble with abs() in
+ gcc6+ (reported by Derek Kelly).