TLeconte / vdlm2dec

vdl mode 2 SDR decoder
GNU General Public License v2.0
71 stars 23 forks source link

-i StationId option not working #31

Closed acarslogger closed 5 years ago

acarslogger commented 5 years ago

Hi Thierry,

The -i command line option is not working.

With my limited knowledge of c, I think the problem is in main.c getopt(argc, argv, "vqrp:g:l:Jj:iGEU"))

Should the 'i' have a colon after it so that reads the station id argument?

Stuart

TLeconte commented 5 years ago

fixed