mirror of
https://github.com/clangen/musikcube.git
synced 2025-01-04 08:42:07 +00:00
Fixed small bug in Query::ListSelection.
This commit is contained in:
parent
27071b015b
commit
57dd8ed81e
@ -452,7 +452,7 @@ bool Query::ListSelection::ParseQuery(Library::Base *oLibrary,db::Connection &db
|
|||||||
|
|
||||||
// For optimization, lets just add to results every 100 track
|
// For optimization, lets just add to results every 100 track
|
||||||
TrackVector tempTrackResults;
|
TrackVector tempTrackResults;
|
||||||
trackResults.reserve(101);
|
tempTrackResults.reserve(101);
|
||||||
int row(0);
|
int row(0);
|
||||||
|
|
||||||
while(tracks.Step()==db::ReturnCode::Row){
|
while(tracks.Step()==db::ReturnCode::Row){
|
||||||
|
Loading…
Reference in New Issue
Block a user