Home
last modified time | relevance | path

Searched refs:bad_ituz (Results 1 – 1 of 1) sorted by relevance

/dports/comms/trustedqsl/tqsl-2.4/src/
H A Dlocation.cpp2357 int bad_ituz = 0; in tqsl_load_loc() local
2388 bad_ituz = strtol(field.cdata.c_str(), NULL, 10); in tqsl_load_loc()
2411 if (bad_cqz && bad_ituz) { in tqsl_load_loc()
2413 …ation location is configured with invalid CQ zone %d and invalid ITU zone %d.", bad_cqz, bad_ituz); in tqsl_load_loc()
2416 } else if (bad_ituz) { in tqsl_load_loc()
2417 …zeof(loc->data_errors), "This station location is configured with invalid ITU zone %d.", bad_ituz); in tqsl_load_loc()