raised size of callsign to catch all in YSF

This commit is contained in:
dg9vh 2016-06-05 17:54:50 +00:00
parent 9599b66c5a
commit 84f7066820

View file

@ -226,8 +226,8 @@ function getHeardList($logLines) {
break;
}
// Callsign or ID should be less than 10 chars long, otherwise it could be errorneous
if ( strlen($callsign) < 10 ) {
// Callsign or ID should be less than 11 chars long, otherwise it could be errorneous
if ( strlen($callsign) < 11 ) {
array_push($heardList, array($timestamp, $mode, $callsign, $id, $target, $source, $duration, $loss, $ber));
$duration = "";
$loss ="";