Skip to content
  • Mike Hibler's avatar
    Fixed check vs. max offset, it was wrong. · f730b322
    Mike Hibler authored
    If number was positive, was converting to "(N)" for some reason.
    Parens don't compare well with integers...
    
    Also don't need "bc" just to compute abs(), just use "tr" to remove '-'.
    
    Also adjust the max offset a smidge to 5ms, 1ms is a bit tight.
    f730b322