mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 18:31:12 +02:00
neutrino: fix 32<->64bit format string warnings
use portable C99 format string macros for 64bit types to
fix many warnings when compiling for 64bit architectures,
add some (int) casts for size_t
Origin commit data
------------------
Branch: ni/coolstream
Commit: e0acbd3ddb
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-11-03 (Sat, 03 Nov 2012)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
* Homepage: http://dbox2.elxsi.de
|
||||
*
|
||||
* Copyright (C) 2011-2012 CoolStream International Ltd
|
||||
* Copyright (C) 2008, 2012 Stefan Seyfried
|
||||
*
|
||||
* License: GPLv2
|
||||
*
|
||||
@@ -521,7 +522,7 @@ int SIevent::saveXML2(FILE *file) const
|
||||
|
||||
void SIevent::dump(void) const
|
||||
{
|
||||
printf("Unique key: %llx\n", uniqueKey());
|
||||
printf("Unique key: %" PRIx64 "\n", uniqueKey());
|
||||
if(original_network_id)
|
||||
printf("Original-Network-ID: %hu\n", original_network_id);
|
||||
if (service_id)
|
||||
|
Reference in New Issue
Block a user