Skip to content

Commit cdaefd9

Browse files
committed
Updating a cast that breaks on Linux and updating the contributors file to reflect recent contributions.
1 parent ddea683 commit cdaefd9

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CONTRIBUTORS.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,8 @@ List of Contributors
66

77
Microsoft Corporation
88
Brian Wengert (bwengert79)
9-
Leslie Brody (Les1966)
9+
Leslie Brody (Les1966)
10+
Michael M (M1xa)
11+
Matt Peterson (MattPeterson1)
12+
13+

Release/src/pplx/linux/pplxlinux.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ namespace details {
4343
{
4444
_PPLXIMP long GetCurrentThreadId()
4545
{
46-
return reinterpret_cast<long>(pthread_self());
46+
return static_cast<long>(pthread_self());
4747
}
4848

4949
_PPLXIMP void YieldExecution()

0 commit comments

Comments
 (0)