IR bug with embedded notes
Posted: Mon Aug 30, 2004 5:25 pm
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 depends»
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 depands»
End
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 depends»
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 depands»
End