1
0
Fork 0
forked from lthn/blockchain

fixed fixing fix

This commit is contained in:
cryptozoidberg 2022-01-18 18:48:36 +01:00
parent 50392b9e31
commit b7a42895a1
No known key found for this signature in database
GPG key ID: 22DEB97A54C6FDEC

View file

@ -825,7 +825,7 @@ bool MainWindow::init_ipc_server()
bool MainWindow::handle_ipc_event(const std::string& arguments)
{
std::string zzz = "Received IPC: " + arguments.c_str();
std::string zzz = std::string("Received IPC: ") + arguments.c_str();
std::cout << zzz;//message_box(zzz.c_str());
handle_deeplink_click(arguments.c_str());