]> git.tdb.fi Git - r2c2.git/commit
Fix a problem with TrackIter::block_iter at end of line
authorMikko Rasa <tdb@tdb.fi>
Mon, 3 Jun 2013 18:39:25 +0000 (21:39 +0300)
committerMikko Rasa <tdb@tdb.fi>
Mon, 3 Jun 2013 19:17:56 +0000 (22:17 +0300)
commit51d3c122fb489f9e3f00060f885f00c1fae7ceb5
tree2123881d39e9270c2baa8064b0221140febbbcb3
parentdda1e6c8716b6ac70d63a3f6ff95474a8b8b7336
Fix a problem with TrackIter::block_iter at end of line

If the track iterator was already on the last track, the check for
returning an empty block iterator would not get executed, and the throw
at the end of the function would get triggered.
source/libr2c2/trackiter.cpp