mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 16:31:05 +02:00
zapit/transponder: fix format string warning
Origin commit data
------------------
Commit: c07f964531
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2014-12-26 (Fri, 26 Dec 2014)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Copyright (C) 2012 CoolStream International Ltd
|
||||
* Copyright (C) 2012 Stefan Seyfried
|
||||
* Copyright (C) 2012,2014 Stefan Seyfried
|
||||
*
|
||||
* License: GPLv2
|
||||
*
|
||||
@@ -162,7 +162,7 @@ void transponder::dump(std::string label)
|
||||
getFEParams()->modulation,
|
||||
getFEParams()->delsys);
|
||||
} else if (CFrontend::isTerr(feparams.delsys)) {
|
||||
printf("%s tp-id %016llx freq %d bw %d coderate_HP %d coderate_LP %d const %d guard %d %d\n", label.c_str(),
|
||||
printf("%s tp-id %016" PRIx64 " freq %d bw %d coderate_HP %d coderate_LP %d const %d guard %d %d\n", label.c_str(),
|
||||
transponder_id,
|
||||
getFEParams()->frequency,
|
||||
getFEParams()->bandwidth,
|
||||
|
Reference in New Issue
Block a user