mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-19 11:26:11 +00:00
updated Windows submodule
This commit is contained in:
parent
09598dec33
commit
bcfd398d1d
@ -1 +1 @@
|
||||
Subproject commit 30dd86c1d73d25a56f4a01ec23de3dd3d1f6c4cc
|
||||
Subproject commit 67f5cc7119faddf1eac5dab6e4f4b7639d6a0a85
|
@ -49,7 +49,7 @@ void SideBar::on_webServerButton_clicked()
|
||||
// Start web server
|
||||
thread.core = this->main->core;
|
||||
thread.start();
|
||||
sleep (1);
|
||||
QThread::sleep (1);
|
||||
if (this->main->core->core->http_up==R_FALSE) {
|
||||
eprintf ("FAILED TO LAUNCH\n");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user