diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2017-01-09 15:21:13 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2017-01-09 15:21:13 +0100 |
commit | 6121095a300bb5cd8731aefb74bc7b26315ce985 (patch) | |
tree | 2f8f67ecf42386332011b2bb44ac450231ab4730 /CONTRIBUTORS | |
parent | 6773ab35d2e8638b906346b51f678f1090bc0454 (diff) | |
download | vdr-6121095a300bb5cd8731aefb74bc7b26315ce985.tar.gz vdr-6121095a300bb5cd8731aefb74bc7b26315ce985.tar.bz2 |
Changed 'unsigned' to 'signed' in some places to avoid trouble with abs() in gcc6+
Diffstat (limited to 'CONTRIBUTORS')
-rw-r--r-- | CONTRIBUTORS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS index dc774b0f..1a45293f 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -2850,6 +2850,7 @@ Derek Kelly <user.vdr@gmail.com> for suggesting to add ARGSDIR to the ONEDIR section of Make.config.template for suggesting to change the naming of "binary skip mode" to "adaptive skip mode" for suggesting to make the -u option also accept a numerical user id + for reporting a problem with abs() in gcc6+ when called with an unsigned variable Marcel Unbehaun <frostworks@gmx.de> for adding cRecordingInfo::GetEvent() |