fixed gnu warning

This commit is contained in:
Jeff Hill
2001-06-07 15:53:24 +00:00
parent 7874d35daf
commit 4ae24683fc
+1 -1
View File
@@ -169,7 +169,7 @@ static void taskwdTask(void)
struct task_list *ptany;
pt->suspended = TRUE;
sprintf(message,"task %p suspended",pt->id.tid);
sprintf(message,"task %p suspended",(void *)pt->id.tid);
errMessage(-1,message);
ptany = (struct task_list *)ellFirst(&anylist);
while(ptany) {