fix lose of information
This commit is contained in:
parent
cabe5eb7d3
commit
a3995acb0d
1 changed files with 1 additions and 0 deletions
|
@ -210,6 +210,7 @@ void jceSSLClient::readItAll()
|
||||||
}
|
}
|
||||||
this->progressBar->setValue(this->progressBar->value() + 6);
|
this->progressBar->setValue(this->progressBar->value() + 6);
|
||||||
packet.append(p);
|
packet.append(p);
|
||||||
|
packet.append("\0");
|
||||||
}while (p.size() > 0);
|
}while (p.size() > 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue