BUGFIX: The unknown data is actually a string

This commit is contained in:
Jeroen De Meerleer 2022-09-19 11:25:05 +02:00
parent df71cc208d
commit c3b2e840f7
Signed by: JeroenED
GPG Key ID: 28CCCB8F62BFADD6
1 changed files with 1 additions and 1 deletions

View File

@ -230,7 +230,7 @@ class Swar5 implements ReaderInterface
// Tempo string is not variable and dependant on kind of tournament
$this->Tournament->TempoIndex = $this->readData('Int', $swshandle);
$this->readData('Int', $swshandle); // some unknown data
$this->readData('String', $swshandle); // some unknown data
$this->Tournament->NoOfRounds = $this->readData('Int', $swshandle);
$this->Tournament->FRBEfrom = $this->readData('Int', $swshandle);