K 10 svn:author V 8 jhibbits K 8 svn:date V 27 2016-09-09T04:16:53.770402Z K 7 svn:log V 287 Correct the type of db_cmd_loop_done. On big endian hardware that uses 1 byte bool a type mismatch of bool vs int will cause the least signifcant byte of db_cmd_loop_done to be set, but the MSB to be read, and read as 0. This causes ddb to stay in an infinite loop. MFC after: 1 week END