On 17 October 2014 12:57, Jonathan Vollebregt jnvsor@gmail.com wrote:
Well there are a bunch of if/else lines in a function.
https://github.com/wine-mirror/wine/blob/a99d3c5bffe08/programs/reg/tests/re...
You'd expect each if/else to run regardless of the previous one's branch, but if todo is TODO_REG_TYPE for instance it will never run either branch from the following 2 if statements.
From a quick test it seems to work pretty much as expected here. Do
you have some kind of minimal patch that demonstrates the issue?