diff options
Diffstat (limited to 'libqcdm/tests/test-qcdm-com.c')
-rw-r--r-- | libqcdm/tests/test-qcdm-com.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libqcdm/tests/test-qcdm-com.c b/libqcdm/tests/test-qcdm-com.c index d765b1d7..81679157 100644 --- a/libqcdm/tests/test-qcdm-com.c +++ b/libqcdm/tests/test-qcdm-com.c @@ -1082,7 +1082,7 @@ test_com_pilot_sets (void *f, void *data) &ecio, &db); g_message (" %d: PN offset %d", i, pn_offset); - g_message (" EC/IO %d (%.1f dB)", ecio, db); + g_message (" EC/IO %d (%.1lf dB)", ecio, (double)db); } num = 0; |