mirror of
https://github.com/ShaYmez/P25Clients.git
synced 2026-06-07 08:24:46 -04:00
Fix compile issues.
This commit is contained in:
@@ -352,7 +352,7 @@ void CP25Gateway::run()
|
||||
if (voice != NULL) {
|
||||
unsigned int length = voice->read(buffer);
|
||||
if (length > 0U)
|
||||
localNetwork.write(buffer, length, rptAddr, rptPort);
|
||||
localNetwork.writeData(buffer, length, rptAddr, rptPort);
|
||||
}
|
||||
|
||||
unsigned int ms = stopWatch.elapsed();
|
||||
|
||||
Reference in New Issue
Block a user