binlog fixes
PIBinaryStream doc remove makePIPair rename bytesAvailable
This commit is contained in:
@@ -57,7 +57,7 @@ public:
|
||||
|
||||
ssize_t binaryStreamSizeImp() const {
|
||||
if (!dev) return 0;
|
||||
return dev->bytesAvailible();
|
||||
return dev->bytesAvailable();
|
||||
}
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user