On Nov 26, 2003 at 17:43, Jim Burwell jimb@jsbc.cc wrote:
I found another little bug, this time with the "fifo_mode" directive in the ser.cfg file. Since the YACC/Bison config defines the directive as a integer type, you can only use decimal integers. Therefore, config lines such as "fifo_mode=0660" will be interpreted as "660" DECIMAL, resulting in unexpected modes being set. If you use the decimal number "432", the equivelant of octal "660" it sets modes as expected.
I know about this. It is fixed on 0.8.12 and on cvs head. Since 0.8.12 is our new stable release I didn't backport it to 0.8.11. (it is very easy to do it, just copy a few lines from 0.8.12 cfg.lex to 0.8.11 cfg.lex, but it's better to switch to 0.8.12)
Andrei