Comment 31 for bug 33288

Revision history for this message
In , Brian Ewins (brian-ewins) wrote :

Sorry about that Carlos, must've messed up again transferring the patch from the VM. Yes, it was supposed to apply on its own and compile. This line:
+ visitor->visitBlock (this, begin, end, selection);
Should be:
+ visitor->visitBlock (this, best_block[start], best_block[stop], selection);

But when I'm back tomorrow I'll respin the patch and make sure its the right one. Still thinking about how to improve the reading order.