On Thu, Apr 27, 2017 at 04:35:23PM +0200, Ulf Hermann wrote: > The way it was before it didn't actually test if elf_update failed, but > rather did something random. !!(<some number>) is a boolean and boolean > true can be represented as anything non-0, including negative numbers.
Urgh. Another good find. Thanks. Applied to master.