ITU-R-Study-Group-3/ITU-R-HF

bug: option RPT_N0_E/RPT_N0_F2 fail

Opened this issue · 1 comments

retval = sscanf(instr, "%s | %[a-z,A-Z _|]", &optstr, &instr);

RPT_N0_E/RPT_N0_F2 fail. Perhaps, '0-9' should be added in the square brackets

Only '0' and '2' matter. '0-9' will do no harm.