Fix a possible NULL pointer dereference I introduced in r15503 by making an unwise...
commit64f3f5e4ea0ae420844abc0ed153ac2349728094
authornicolasp <nicolasp@a1c6a512-1295-4272-9138-f99709370657>
Sat, 10 Nov 2007 18:22:55 +0000 (10 18:22 +0000)
committernicolasp <nicolasp@a1c6a512-1295-4272-9138-f99709370657>
Sat, 10 Nov 2007 18:22:55 +0000 (10 18:22 +0000)
treeb090fdf0f22bcc08cef6ef792e6382564e77ad3a
parent9872dea4f15778fad6b6d93bdb973287af784304
Fix a possible NULL pointer dereference I introduced in r15503 by making an unwise assumption. This would cause crashes on track skip in certain (very unlikely, I think) situations.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15557 a1c6a512-1295-4272-9138-f99709370657
apps/playback.c