# HG changeset patch # User Mychaela Falconia # Date 1488172945 0 # Node ID 04b5aaee06c0a17275b4573fddb0bc37c12315bb # Parent d0e4823145138950e90401210b7004feeb896c22 rftablewr.c: bug in the il2agc table output diff -r d0e482314513 -r 04b5aaee06c0 rvinterf/tmsh/rftablewr.c --- a/rvinterf/tmsh/rftablewr.c Mon Feb 27 03:50:10 2017 +0000 +++ b/rvinterf/tmsh/rftablewr.c Mon Feb 27 05:22:25 2017 +0000 @@ -93,7 +93,7 @@ fputs("rf_table il2agc\n\n", outf); for (idx = 0; idx < 121; idx++) - fprintf(outf, "%3u\t# IL=%d\n", get_u16(bin + idx), -idx); + fprintf(outf, "%3u\t# IL=%d\n", bin[idx], -idx); } void