Fix cc_period_make to not get stuck on samples with matching time
authorKeith Packard <keithp@keithp.com>
Mon, 7 Sep 2009 04:01:44 +0000 (21:01 -0700)
committerKeith Packard <keithp@keithp.com>
Mon, 7 Sep 2009 04:01:44 +0000 (21:01 -0700)
commit9e660315e1bd2bf71ab1c0574e895e1f7608a58f
tree12567ba247b10fa8f1224a92f62f4ec27653f59e
parent932f1539b38567e565fd484171c13539b1467308
Fix cc_period_make to not get stuck on samples with matching time

When two samples have matching times, step to the second one;
otherwise, we'll get stuck forever.

Signed-off-by: Keith Packard <keithp@keithp.com>
ao-tools/lib/cc-period.c