PR_SetThreadPriority should set the priority unconditionally.

git-svn-id: svn://10.0.0.236/trunk@51553 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
srinivas%netscape.com
1999-10-22 21:01:51 +00:00
parent 3f91090fc5
commit bf8979df4c

View File

@@ -627,8 +627,7 @@ PR_IMPLEMENT(void) PR_SetThreadPriority(PRThread *thred, PRThreadPriority newPri
}
#endif
if (rv != -1)
thred->priority = newPri;
thred->priority = newPri;
} /* PR_SetThreadPriority */
#if 0