On 2017/07/27 14:01, Gerhard Roth wrote:
> could you please try the updated patch below. I guess the non-repeater
> parameters was completely ignored before.

Nearly there :)

> -                                         msg->sm_maxrepetitions);
> +                                         (msg->sm_i < msg->sm_nonrepeaters) ?

This should be <= instead of <, then it's OK sthen@.

Thanks, this is an old bug!

Reply via email to