Closed vitkyrka closed 8 years ago
The -id parameter range checking has two problems:
(1) It rejects valid ids such as 0x55 because it checks for decimal 70 instead of hex
(2) The error message prints the id in ASCII instead of in hex
Fix these.
Signed-off-by: Rabin Vincent rabinv@axis.com
Thanks for the code - Mike will be back next week and will review then.
Thanks. Will appear in v0.4.1 library release.
The -id parameter range checking has two problems:
(1) It rejects valid ids such as 0x55 because it checks for decimal 70 instead of hex
(2) The error message prints the id in ASCII instead of in hex
Fix these.
Signed-off-by: Rabin Vincent rabinv@axis.com