summaryrefslogtreecommitdiff
path: root/CONTRIBUTORS
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2011-03-27 15:12:20 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2011-03-27 15:12:20 +0200
commit4ed9d9539469ef25c105b63a8a5274c6f5cf257a (patch)
treeb364d8acc38249336bb312590e540c55b4270b76 /CONTRIBUTORS
parent9f0ac31f0dd617ae1575b230c9a4c00e17eb94c5 (diff)
downloadvdr-4ed9d9539469ef25c105b63a8a5274c6f5cf257a.tar.gz
vdr-4ed9d9539469ef25c105b63a8a5274c6f5cf257a.tar.bz2
Replaced "%lld" and "%llX" print format specifiers with "PRId64" and "PRIX64"
Diffstat (limited to 'CONTRIBUTORS')
-rw-r--r--CONTRIBUTORS1
1 files changed, 1 insertions, 0 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS
index 3cea2779..1fa08903 100644
--- a/CONTRIBUTORS
+++ b/CONTRIBUTORS
@@ -2681,3 +2681,4 @@ Juergen Lock <vdr-l@jelal.kn-bremen.de>
Sergiu Dotenco <sergiu.dotenco@googlemail.com>
for reporting a missing initialization in sDvbSpuRect
+ for replacing "%lld" and "%llX" print format specifiers with "PRId64" and "PRIX64"