corrected string formatting on qrgs bigger than 10 GHz in wintest parser

This commit is contained in:
Marc Froehlich
2026-08-16 01:19:33 +02:00
parent 88cb55520d
commit 49c0c1eb37
@@ -298,8 +298,7 @@ public class ReadUDPByWintestThread extends Thread {
passFrequencyRaw passFrequencyRaw
); );
} }
} catch (NumberFormatException } catch (IllegalArgumentException
| IllegalArgumentException
| ArithmeticException ignored) { | ArithmeticException ignored) {
/* /*
* Token 11 does not contain a usable frequency. * Token 11 does not contain a usable frequency.