aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libqcdm/src/commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libqcdm/src/commands.c b/libqcdm/src/commands.c
index 54f5883f..c05504c7 100644
--- a/libqcdm/src/commands.c
+++ b/libqcdm/src/commands.c
@@ -755,7 +755,7 @@ qcdm_cmd_pilot_sets_result_get_pilot (QcdmResult *result,
*out_pn_offset = set->pn_offset;
*out_ecio = set->ecio;
/* EC/IO is in units of -0.5 dB per the specs */
- *out_db = (float) set->ecio * -0.5;
+ *out_db = (float) (set->ecio * -0.5);
return TRUE;
}