K 10 svn:author V 8 truckman K 8 svn:date V 27 2016-05-13T17:48:04.582755Z K 7 svn:log V 242 Another attempt at resolving CID 1305629. The test of cmd == -1 may make Coverity think that other negative values of cmd (used as an index) are possible. Testing < 0 is a more common idiom in any case. Reported by: Coverity CID: 1305629 END