mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 22:30:38 -04:00
applications that will compile and run on the BSD Unixes, Windows, Linux and a few other Unix variants. It was developed by Equivalence Ltd Pty. It is used by the OpenH323 library. WWW: http://www.openh323.org/ PR: ports/131129 Submitted by: "Eric L. Chen" <d9364104@mail.nchu.edu.tw>
11 lines
469 B
C++
11 lines
469 B
C++
--- ./src/ptlib/unix/tlib.cxx.orig 2009-02-14 22:02:51.000000000 +0100
|
|
+++ ./src/ptlib/unix/tlib.cxx 2009-02-14 22:03:09.000000000 +0100
|
|
@@ -400,7 +400,7 @@
|
|
{
|
|
if (PProcessInstance != NULL) {
|
|
PWaitAndSignal m(PProcessInstance->threadMutex);
|
|
- PThread & thread = PProcessInstance->activeThreads[(unsigned)id];
|
|
+ PThread & thread = PProcessInstance->activeThreads[(unsigned long)id];
|
|
return thread.GetThreadName();
|
|
}
|
|
return psprintf("%08x", id);
|