mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 08:51:04 +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 CoolStream International Ltd
|
||||||
* Copyright (C) 2012 Stefan Seyfried
|
* Copyright (C) 2012,2014 Stefan Seyfried
|
||||||
*
|
*
|
||||||
* License: GPLv2
|
* License: GPLv2
|
||||||
*
|
*
|
||||||
@@ -162,7 +162,7 @@ void transponder::dump(std::string label)
|
|||||||
getFEParams()->modulation,
|
getFEParams()->modulation,
|
||||||
getFEParams()->delsys);
|
getFEParams()->delsys);
|
||||||
} else if (CFrontend::isTerr(feparams.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,
|
transponder_id,
|
||||||
getFEParams()->frequency,
|
getFEParams()->frequency,
|
||||||
getFEParams()->bandwidth,
|
getFEParams()->bandwidth,
|
||||||
|
Reference in New Issue
Block a user