fix merge attempts

This commit is contained in:
Matt Wells
2015-09-01 01:07:43 -07:00
parent 0d7b465f17
commit 6e0dfd5a23

@ -1805,7 +1805,7 @@ void attemptMergeAll2 ( ) {
if ( ++count >= 1000 ) return;
CollectionRec *cr = g_collectiondb.m_recs[s_lastCollnum];
if ( ! cr ) goto tryLoop;
if ( ! cr ) { s_lastCollnum++; goto tryLoop; }
bool force = false;
RdbBase *base ;