1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-11-06 05:17:57 +00:00

Not sure if a right fix, but no segault at least.

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@851 7f574dfc-610e-0410-a909-a81674777703
This commit is contained in:
Roman Bogorodskiy 2007-03-28 18:43:53 +00:00
parent 164839a299
commit a38ecf286d

View File

@ -3945,7 +3945,7 @@ static void generate_text_internal(char *p, int p_max_size, struct text_object *
{ {
obj->data.mail->p_timed_thread = obj->data.mail->p_timed_thread =
timed_thread_create ((void*)pop3_thread, timed_thread_create ((void*)pop3_thread,
(void*)info.mail, (void*)obj->data.mail,
obj->data.mail->interval * 1000000); obj->data.mail->interval * 1000000);
if (!obj->data.mail->p_timed_thread) if (!obj->data.mail->p_timed_thread)
ERR("Error starting pop3 thread"); ERR("Error starting pop3 thread");