diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2008-02-22 15:36:42 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2008-02-22 15:36:42 +0100 |
commit | 8bf512690ae3c1d367b79dc79674115be1e29571 (patch) | |
tree | 803c785a66d52cee1239bee98f5a34da31554bce /CONTRIBUTORS | |
parent | 0e7aa50a38848c67a9c6596a16909228c4c141e9 (diff) | |
download | vdr-8bf512690ae3c1d367b79dc79674115be1e29571.tar.gz vdr-8bf512690ae3c1d367b79dc79674115be1e29571.tar.bz2 |
Fixed the format in cRemote::Put() to use "%016llX" instead of "%016LX"
Diffstat (limited to 'CONTRIBUTORS')
-rw-r--r-- | CONTRIBUTORS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 96fd1ce7..ca691992 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -899,6 +899,7 @@ Ludwig Nussel <ludwig.nussel@web.de> for pointing out that the canonical spelling of codesets is with '-' 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" Thomas Koch <tom@harhar.net> for his support in keeping the Premiere World channels up to date in 'channels.conf' |