Code

screen_play: use "idx" instead of "song->pos"
authorMax Kellermann <max@duempel.org>
Wed, 8 Jul 2009 21:11:40 +0000 (23:11 +0200)
committerMax Kellermann <max@duempel.org>
Wed, 8 Jul 2009 21:11:40 +0000 (23:11 +0200)
commitd1ec95c6a225c96315fd48660cd4db0573b66472
treece2a98d0742919be59694ffa91a938c211eb4820
parent13b9b084c18d675f7ea52b750f22426473888e2a
screen_play: use "idx" instead of "song->pos"

The attribute song->pos may be unreliable.  Since the list_window.c
code already passed the current position to us (parameter "idx"),
let's use it instead.
src/screen_play.c