mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-11-06 00:42:56 -05:00
Multiple browser related fixes
This commit is contained in:
parent
ee3ccf151a
commit
8ac909b0eb
12 changed files with 55 additions and 37 deletions
|
|
@ -121,7 +121,7 @@ void NativeMessagingBase::sendReply(const QJsonObject& json)
|
|||
void NativeMessagingBase::sendReply(const QString& reply)
|
||||
{
|
||||
if (!reply.isEmpty()) {
|
||||
uint len = reply.length();
|
||||
uint len = reply.length();
|
||||
std::cout << char(((len>>0) & 0xFF)) << char(((len>>8) & 0xFF)) << char(((len>>16) & 0xFF)) << char(((len>>24) & 0xFF));
|
||||
std::cout << reply.toStdString() << std::flush;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue