Use Glib::usleep() for consistency
This commit is contained in:
parent
10a52f1d19
commit
a47f9084db
@ -338,7 +338,7 @@ ExportHandler::finish_timespan ()
|
||||
while (se->is_running ()) {
|
||||
// wait for system exec to terminate
|
||||
// std::cerr << "waiting..." << std::endl;
|
||||
usleep (1000);
|
||||
Glib::usleep (1000);
|
||||
}
|
||||
}
|
||||
std::cerr << "done! deleting..." << std::endl;
|
||||
|
Loading…
Reference in New Issue
Block a user