]> git.llucax.com Git - software/wpe.git/commit
Bugfix: add a starting 1 to channel calculation.
authorLeandro Lucarella <luca@llucax.com.ar>
Sun, 7 May 2006 20:35:11 +0000 (20:35 +0000)
committerLeandro Lucarella <luca@llucax.com.ar>
Sun, 7 May 2006 20:35:11 +0000 (20:35 +0000)
commit01de99d3ab3170ab6323a6c5ef29081d85e35e62
tree0628327f37e056ff8626cb45c05517cec18c86ea
parent17971e5fbd22725d9cc9ba889ff49fd1b8ee9de1
Bugfix: add a starting 1 to channel calculation.
When the base number to calculate the channel started with 0, the number was
interpreted as octal and if there any digit bigger than 7 it got a syntax error.
This patch adds a digit 1 to the begining of the base channel number to avoid
the octal interpretation.
rotate-key