Parent: c60216b08b253d9fccda35c430505c746b566da1
Author: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Committer: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Date: 2014-02-02 17:37:18
Tree: 001ef55e4a856a25c497f8c5556622e1d13f1144
audio/player: Fix using invalid end index When the End index is not set in ListItems the code automatically pick the number of items as end index but the start index start with 0 so the correct is to use number of items - 1.
Diffstat
| M | profiles/audio/player.c | | | 3 | ++- |
1 files changed, 2 insertions(+), 1 deletions(-)