diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2009-06-06 13:48:41 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2009-06-06 13:48:41 +0200 |
commit | 1d03f30e93194ef2cd27d613ed00409dbc54c95e (patch) | |
tree | 959c510e4d3d78cb95cfad6b0a94ddba5d132466 /CONTRIBUTORS | |
parent | 96d25c3be1ead9d1ecd6e1ffadfb57aa42b22c2b (diff) | |
download | vdr-1d03f30e93194ef2cd27d613ed00409dbc54c95e.tar.gz vdr-1d03f30e93194ef2cd27d613ed00409dbc54c95e.tar.bz2 |
Added some missing 'const' keywords to avoid compilation errors with gcc 4.4
Diffstat (limited to 'CONTRIBUTORS')
-rw-r--r-- | CONTRIBUTORS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 3d883c88..1767899e 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -920,6 +920,7 @@ Ludwig Nussel <ludwig.nussel@web.de> for a hint on using _nl_msg_cat_cntr for adding some missing 'const' keywords for pointing out that "%016llX" should be used instead of "%016LX" + for adding some missing 'const' keywords to avoid compilation errors with gcc 4.4 Thomas Koch <tom@harhar.net> for his support in keeping the Premiere World channels up to date in 'channels.conf' @@ -1827,6 +1828,7 @@ Ville Skyttä <ville.skytta@iki.fi> menu for adding missing #include <limits.h> to epg.c and menuitems.h for fixing various spelling errors and improving PLUGINS.html + for adding some missing 'const' keywords to avoid compilation errors with gcc 4.4 Steffen Beyer <cpunk@reactor.de> for fixing setting the colored button help after deleting a recording in case the next |