From 49978a8a53525046c175cb42126915d1f9628a7c Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Wed, 22 Feb 2023 10:33:42 +0100 Subject: [PATCH] changed why2_connection::thread type to UL --- include/chat/misc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/chat/misc.h b/include/chat/misc.h index eb5ceae..bb47e27 100644 --- a/include/chat/misc.h +++ b/include/chat/misc.h @@ -28,7 +28,7 @@ void why2_clean_threads(void); //CLOSE EVERY RUNNING THREAD typedef struct why2_connection { int connection; - int thread; //pthread_t + unsigned long thread; //pthread_t } why2_connection_t; #endif \ No newline at end of file