Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
Nall-chan committed Nov 13, 2024
1 parent 0c64798 commit fa6de8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OnkyoAVRDiscovery/module.php
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ private function DiscoverDevices(): array
if ($start === false) {
continue;
}
$this->SendDebug('Receive Port:'.$Port, $buf, 0);
$this->SendDebug('Receive Port:' . $Port, $buf, 0);
$end = strpos($buf, "\x19", $start);
$DeviceData[$IPAddress] = explode('/', substr($buf, $start + 5, $end - $start - 5));
$DeviceData[$IPAddress][] = gethostbyaddr($IPAddress);
Expand Down

0 comments on commit fa6de8f

Please sign in to comment.