- Set the CD:do_lookup attribute correctly.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30769 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Bruno G. Albuquerque 2009-05-16 16:23:16 +00:00
parent bae0154ca3
commit 51d94f48fe
1 changed files with 2 additions and 0 deletions

View File

@ -683,6 +683,8 @@ Volume::Mount(const char* device)
dprintf("CDDA: no CD-Text found.\n"); dprintf("CDDA: no CD-Text found.\n");
else else
doLookup = false; doLookup = false;
} else {
doLookup = false;
} }
int32 trackCount = toc->last_track + 1 - toc->first_track; int32 trackCount = toc->last_track + 1 - toc->first_track;