Skip to content
  • Ralph Giles's avatar
    Fix type conversion warning. · 3996642c
    Ralph Giles authored
    Use abs(sweep_bps) instead of fabs(). "sweep_bps" is an integer,
    and on some compilers this line generates a warning.
    
    Patch from Tina le Grand.
    Reviewed by Jean-Marc Valin
    3996642c