bengtmartensson / IrScrutinizer

IrScrutinizer is a program for IR signal analysis, decoding, generation and much more.
http://www.harctoolbox.org
GNU General Public License v3.0
327 stars 42 forks source link

Parse hexadecimal numbers (etc) as parameters in Girs import. #70

Closed bengtmartensson closed 9 years ago

bengtmartensson commented 9 years ago

Implementation: replace Long.parseLong(String) by IrpUtils.parseLong(String)

bengtmartensson commented 9 years ago

Fixed in recent commit.