forked from len0rd/rockbox
fixed the warning on an empty block slightly differently (and added some white
space while at it) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7001 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5f2ae711b9
commit
aea3affc6e
1 changed files with 11 additions and 10 deletions
|
@ -466,7 +466,7 @@ void clearruntimeinfo(struct mp3entry *id) {
|
|||
}
|
||||
|
||||
void loadruntimeinfo(struct mp3entry *id)
|
||||
{ int blahthisiscrapandyouknowitcauseidonthavetimetofindaproperwaytofixitsoblah;
|
||||
{
|
||||
clearruntimeinfo(id);
|
||||
clearfileentryinfo(id);
|
||||
if(!getfentrybyfilename(id)) {
|
||||
|
@ -482,12 +482,13 @@ void loadruntimeinfo(struct mp3entry *id)
|
|||
findrundbentry(id);
|
||||
}
|
||||
}
|
||||
#ifdef ROCKBOX_HAS_LOGF
|
||||
else {
|
||||
if(!findrundbentry(id)) {
|
||||
logf("rundb:no entry and not found.");
|
||||
blahthisiscrapandyouknowitcauseidonthavetimetofindaproperwaytofixitsoblah=1;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
int findrundbentry(struct mp3entry *id) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue