]> git.tuebingen.mpg.de Git - paraslash.git/commit
Replace funny statement in para_next_signal() by readable code.
authorAndre Noll <maan@systemlinux.org>
Tue, 18 Dec 2007 07:19:29 +0000 (08:19 +0100)
committerAndre Noll <maan@systemlinux.org>
Tue, 18 Dec 2007 07:19:29 +0000 (08:19 +0100)
commit21f08c693cfcbdacb7d0e0b3c29a397f5deae573
tree1d9adbd63330257d26126e80e063eddae31af977
parent5b972aabaf27931cae6ac318c9b920d33593f07b
Replace funny statement in para_next_signal() by readable code.

This happened to be correct only by coincidence. Quoting Linus:

Assignments inside tests should probably be relegated entirely
to loop constructs, where doing them outside the test changes
semantics.
signal.c