Remove a branch that could never trigger (unsigned < 0) and some other logic errors...
authorJoe Wreschnig <joe.wreschnig@gmail.com>
Tue, 26 Feb 2013 16:55:17 +0000 (17:55 +0100)
committerJoe Wreschnig <joe.wreschnig@gmail.com>
Tue, 26 Feb 2013 16:55:17 +0000 (17:55 +0100)
commit0e4bf29455987fd95d2eb2b88cdec407e86e4c9b
treec1a3455830ecc45e69d1c941976daad8dd12a1e6
parent7f9b53485ac2750ac9778b0aaafa62f7bafa251f
Remove a branch that could never trigger (unsigned < 0) and some other logic errors leading to a potential access of array index '-1' when no row is selected.
ConfigsController.m