mirror of
https://github.com/praktimarc/kst4contest.git
synced 2026-08-23 18:47:34 +02:00
corrected string formatting on qrgs bigger than 10 GHz in wintest parser
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user