diff options
author | Michiel Van Der Kolk <not.valid@email.address> | 2005-07-03 21:33:20 +0000 |
---|---|---|
committer | Michiel Van Der Kolk <not.valid@email.address> | 2005-07-03 21:33:20 +0000 |
commit | 5f2ae711b9dc44c791c245b1b1d78cb3fc835027 (patch) | |
tree | 908103915b177fbc4ea0298f2dd80e8b8fad2b45 /apps | |
parent | 765cd6d5e74426df6a087cb8ff9ef8872ea7dadd (diff) |
no time. i hate people trying to force me when i have no time and i'm stressed.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7000 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r-- | apps/database.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/apps/database.c b/apps/database.c index 50f8b80ac9..14229084eb 100644 --- a/apps/database.c +++ b/apps/database.c @@ -466,7 +466,7 @@ void clearruntimeinfo(struct mp3entry *id) { } void loadruntimeinfo(struct mp3entry *id) -{ +{ int blahthisiscrapandyouknowitcauseidonthavetimetofindaproperwaytofixitsoblah; clearruntimeinfo(id); clearfileentryinfo(id); if(!getfentrybyfilename(id)) { @@ -483,8 +483,10 @@ void loadruntimeinfo(struct mp3entry *id) } } else { - if(!findrundbentry(id)) + if(!findrundbentry(id)) { logf("rundb:no entry and not found."); + blahthisiscrapandyouknowitcauseidonthavetimetofindaproperwaytofixitsoblah=1; + } } } |