Replaced "%lld" and "%llX" print format specifiers with "PRId64" and "PRIX64"

This commit is contained in:
Klaus Schmidinger
2011-03-27 15:12:20 +02:00
parent 9f0ac31f0d
commit 4ed9d95394
5 changed files with 23 additions and 9 deletions

View File

@@ -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"