Fix EMSI sessions, buffer_clear() was renamed tx_purge()
This commit is contained in:
@@ -2389,7 +2389,7 @@ final class Zmodem extends Protocol implements CRCInterface,ZmodemInterface
|
||||
$crc = self::LSZ_INIT_CRC32;
|
||||
$buf = '';
|
||||
|
||||
$this->client->buffer_clear();
|
||||
$this->client->tx_purge();
|
||||
$buf = $send->sendas.chr(0);
|
||||
|
||||
$buf .= sprintf('%ld %lo %o %o %ld %ld',
|
||||
|
Reference in New Issue
Block a user