From 5f2ae711b9dc44c791c245b1b1d78cb3fc835027 Mon Sep 17 00:00:00 2001 From: Michiel Van Der Kolk Date: Sun, 3 Jul 2005 21:33:20 +0000 Subject: 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 --- apps/database.c | 6 ++++-- 1 file 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; + } } } -- cgit v1.2.3