|
From: Florian K. <fl...@ei...> - 2015-04-22 14:20:40
|
On 22.04.2015 15:58, Julian Seward wrote: > > On 22/04/15 15:50, sv...@va... wrote: >> Author: florian >> - if (next == NULL || next->kind != SkResvn || seg->smode != SmUpper) >> + if (next == NULL || next->kind != SkResvn || next->smode != SmUpper) > > What's the severity of this? Is it a regression or was it always there? The error was in code that I had added at some point - perhaps a month ago. Not a regression. > How did you find it? I spotted it and it did not make any sense. The fix was obvious. Florian |