• Kathleen King's avatar
    Fixed trucation of value warning. · 89f7196a
    Kathleen King 提交于
    There was a parameter mismatch between abs(), which expects an int,
    and atol() which returns a long. Since max_drift is defined as an int,
    there is no need to pars q as a long rather than an int.
    89f7196a
switch_core_media.c 291.6 KB