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:
Steve Bavin 2011-08-26 15:46:18 +00:00
parent e3b3547e20
commit 89ee922ab6

View file

@ -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
metadata; skip the track. */
logf("No metadata for: %s", track_id3->path);
logf("No metadata");
trackstat = LOAD_TRACK_ERR_FINISH_FAILED;
goto audio_finish_load_track_exit;
}