diff --git a/src/spin_thread.c b/src/spin_thread.c index 9249fa5..e9e7a2e 100644 --- a/src/spin_thread.c +++ b/src/spin_thread.c @@ -44,7 +44,7 @@ void StartThread(void *(*start_routine) (void *)) } else { - ParodusPrint("Thread created Successfully %d\n", (int ) threadId); + ParodusPrint("Thread created Successfully %lu\n", (unsigned long) threadId); } }