forked from len0rd/rockbox
Remove a slightly silly null dereference. (a.k.a. I'm playing with cppcheck too.)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30357 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e3b3547e20
commit
89ee922ab6
1 changed files with 1 additions and 1 deletions
|
|
@ -1724,7 +1724,7 @@ static int audio_finish_load_track(struct track_info *info)
|
||||||
{
|
{
|
||||||
/* This is an error condition. Track cannot be played without valid
|
/* This is an error condition. Track cannot be played without valid
|
||||||
metadata; skip the track. */
|
metadata; skip the track. */
|
||||||
logf("No metadata for: %s", track_id3->path);
|
logf("No metadata");
|
||||||
trackstat = LOAD_TRACK_ERR_FINISH_FAILED;
|
trackstat = LOAD_TRACK_ERR_FINISH_FAILED;
|
||||||
goto audio_finish_load_track_exit;
|
goto audio_finish_load_track_exit;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue