FreeCalypso > hg > fc-rfcal-tools
diff autocal/txcalconf.c @ 84:a2d4cab0a592
fc-rfcal-txband: works after a couple of bugfixes
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 15 Jul 2017 23:57:56 +0000 |
parents | 1d3dd589a857 |
children | 4c3f4231a021 |
line wrap: on
line diff
--- a/autocal/txcalconf.c Sat Jul 15 23:09:46 2017 +0000 +++ b/autocal/txcalconf.c Sat Jul 15 23:57:56 2017 +0000 @@ -90,7 +90,7 @@ filename_for_errs, lineno, expect_num); exit(ERROR_USAGE); } - tx_levels[txcal_band->start_plnum + n].target = atof(cp); + tx_levels[n].target = atof(cp); while (isdigit(*cp) || *cp == '.') cp++; }