1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-09-28 21:19:10 +00:00

Forgot one letter in previous commit...

This commit is contained in:
Nikolas Garofil 2010-02-07 14:46:22 +01:00
parent 01e3bb62a2
commit 223eefcdd7

View File

@ -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);
if (!ed->p_timed_thread) {
NORM_ERR("Error creating texeci timed thread");
NORM_ERR("Error creating texecpi timed thread");
}
} else {
std::lock_guard<std::mutex> lock(ed->p_timed_thread->mutex());