You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
359 B
8 lines
359 B
--- ../../cache/calcurse-4.1.0/src/ui-calendar.c 2016-03-27 12:26:18.000000000 +0200
|
|
+++ ./src/ui-calendar.c 2016-05-09 00:01:52.327536161 +0200
|
|
@@ -145,4 +145,3 @@ void ui_calendar_stop_date_thread(void)
|
|
if (ui_calendar_t_date) {
|
|
- pthread_cancel(ui_calendar_t_date);
|
|
- pthread_join(ui_calendar_t_date, NULL);
|
|
+ pthread_kill(ui_calendar_t_date, 0);
|
|
}
|
|
|