Commit 17ef111f authored by Laurent Aimar's avatar Laurent Aimar

Replaced a %d with PRId64 in dvb access.

parent d7469607
......@@ -279,7 +279,7 @@ static int ScanDvbSNextFast( scan_t *p_scan, scan_configuration_t *p_cfg, double
p_cfg->c_polarization = p_scan->parameter.sat_info.p_transponders[p_scan->i_index].c_polarization;
msg_Dbg( p_scan->p_obj,
"transponder [%d/%d]: frequency=%d, symbolrate=%d, fec=%d, polarization=%c",
"transponder [%"PRId64"/%d]: frequency=%d, symbolrate=%d, fec=%d, polarization=%c",
p_scan->i_index + 1,
*pi_count,
p_cfg->i_frequency,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment