Patch [ 1012149 ] Error messages in src/cmd/bit.c file
modified src/cmd/bit.c in a way that 'set signal XYZ in' does not work anymore. It fails with the error message
signal 'XYZ' cannot be set as input
The offending code seems to be line 143 where 'part->signals' is given as parameter 4 instead of 'part_find_signal( part, params[4] )'. Reverting line 143 of revision 688 back to line 117 of revision 685 fixes the problem.
I'll fix the code as soon as my working copy is back in sync with the repository.
Logged In: YES
user_id=156321
Originator: YES
Fixed in r745.