forked from lthn/blockchain
fixed fixing fix
This commit is contained in:
parent
50392b9e31
commit
b7a42895a1
1 changed files with 1 additions and 1 deletions
|
|
@ -825,7 +825,7 @@ bool MainWindow::init_ipc_server()
|
||||||
|
|
||||||
bool MainWindow::handle_ipc_event(const std::string& arguments)
|
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());
|
std::cout << zzz;//message_box(zzz.c_str());
|
||||||
|
|
||||||
handle_deeplink_click(arguments.c_str());
|
handle_deeplink_click(arguments.c_str());
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue