> + period = (HZ / 1000) * pinfo->sampling_period; That isn't going to work correctly with HZ < 1000 because the parenthesised expression is going to be zero. johannes
Attachment:
signature.asc
Description: This is a digitally signed message part
> + period = (HZ / 1000) * pinfo->sampling_period; That isn't going to work correctly with HZ < 1000 because the parenthesised expression is going to be zero. johannes
Attachment:
signature.asc
Description: This is a digitally signed message part