libCom: Clean up warning from Darwin.

This commit is contained in:
Andrew Johnson
2011-09-09 17:10:32 -05:00
parent 83e5247ed4
commit 3cfa011760

View File

@@ -514,7 +514,7 @@ static epicsThreadOSD *createImplicit(void)
int status;
tid = pthread_self();
sprintf(name, "non-EPICS_%d", (int)tid);
sprintf(name, "non-EPICS_%ld", (long)tid);
pthreadInfo = create_threadInfo(name);
pthreadInfo->tid = tid;
pthreadInfo->osiPriority = 0;