notaz.gp2x.de
/
picodrive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4139770
)
bugfix
author
notaz
<notasas@gmail.com>
Tue, 13 Oct 2009 10:03:11 +0000
(10:03 +0000)
committer
notaz
<notasas@gmail.com>
Tue, 13 Oct 2009 10:03:11 +0000
(10:03 +0000)
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@811
be3aeb3a
-fb24-0410-a615-
afba39da0efa
pico/sound/sound.c
patch
|
blob
|
blame
|
history
diff --git
a/pico/sound/sound.c
b/pico/sound/sound.c
index
fbb942a
..
5a9b8b3
100644
(file)
--- a/
pico/sound/sound.c
+++ b/
pico/sound/sound.c
@@
-247,7
+247,7
@@
PICO_INTERNAL void cdda_start_play(void)
lba_offset += Pico_mcd->TOC.Tracks[index].Offset;
\r
\r
// find the actual file for this track
\r
- for (i = index; i >
=
0; i--)
\r
+ for (i = index; i > 0; i--)
\r
if (Pico_mcd->TOC.Tracks[i].F != NULL) break;
\r
\r
if (Pico_mcd->TOC.Tracks[i].F == NULL) {
\r