id summary reporter owner description type status priority milestone component version severity resolution keywords cc mlocked 4661 inputid should be signed or conditional is bogus Erik Hovland Janne Grunau In dvbchannel.cpp the variable inputid is unsigned. But the conditional tests for less then zero. Which will be impossible and the code path will never happen. Since the function that is called can return a signed value it is better to make inputid signed so the test works. patch closed minor 0.21 mythtv head low fixed 0