mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-16 18:15:17 +00:00
Forgot one letter in previous commit...
This commit is contained in:
parent
01e3bb62a2
commit
223eefcdd7
@ -382,7 +382,7 @@ void print_texecpi(struct text_object *obj, char *p, int p_max_size)
|
|||||||
*/
|
*/
|
||||||
ed->p_timed_thread = timed_thread::create(std::bind(threaded_exec, std::placeholders::_1, obj), ed->interval * 1000000, false);
|
ed->p_timed_thread = timed_thread::create(std::bind(threaded_exec, std::placeholders::_1, obj), ed->interval * 1000000, false);
|
||||||
if (!ed->p_timed_thread) {
|
if (!ed->p_timed_thread) {
|
||||||
NORM_ERR("Error creating texeci timed thread");
|
NORM_ERR("Error creating texecpi timed thread");
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
std::lock_guard<std::mutex> lock(ed->p_timed_thread->mutex());
|
std::lock_guard<std::mutex> lock(ed->p_timed_thread->mutex());
|
||||||
|
Loading…
Reference in New Issue
Block a user