Page 1 of 1

IR bug with embedded notes

Posted: Mon Aug 30, 2004 5:25 pm
by Mark Pierson
I just found a peculiar bug in IR's import of embedded notes in Device or Protocol code. If the text "end" is used as part of a note, IR interprets it as the "End" signifying the end of the code block.

For example, this 15-1994 upgrade fails (causes IR to display "You must specify a device type" dialog):

Upgrade Code 0 = 00 00 (Cable/0000) keymap-master Device Upgrade (KM v8.27)
5A 00 11 00 FF FF 46
KeyMoves
83 F3 00 00 46«power: it all depend
End


This upgrade works (note the spelling change):

Upgrade Code 0 = 00 00 (Cable/0000) keymap-master Device Upgrade (KM v8.27)
5A 00 11 00 FF FF 46
KeyMoves
83 F3 00 00 46«power: it all depand
End

Posted: Tue Aug 31, 2004 6:32 am
by e34m5
I'll look into it. This is going to be fun because that is part of the original IR code...

Posted: Tue Aug 31, 2004 2:35 pm
by e34m5
Fixed see this post