Update ppm2pwg/bytestream
This commit is contained in:
parent
b423529969
commit
12457bf54b
2 changed files with 2 additions and 2 deletions
2
ppm2pwg
2
ppm2pwg
|
@ -1 +1 @@
|
|||
Subproject commit 46acfbf52a2267da8f944f08d70369533d1feba0
|
||||
Subproject commit fbe0dab589959b3ff700daf594baffdba0bf2aca
|
|
@ -146,7 +146,7 @@ void IppDiscovery::readPendingDatagrams()
|
|||
while (socket->hasPendingDatagrams()) {
|
||||
|
||||
size_t size = socket->pendingDatagramSize();
|
||||
Bytestream resp(size);
|
||||
Bytestream resp = Bytestream::preallocated(size);
|
||||
QHostAddress sender;
|
||||
quint16 senderPort;
|
||||
|
||||
|
|
Loading…
Reference in a new issue