• Kathleen King's avatar
    Fixed trucation of value warning. · 85699480
    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.
    85699480
rtp.c 23.3 KB