mirror of
https://github.com/vczh-libraries/Release.git
synced 2026-08-18 01:44:28 +08:00
Update release
This commit is contained in:
@@ -619,10 +619,10 @@ Semaphore
|
||||
return false;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
else
|
||||
{
|
||||
AString astr = wtoa(name);
|
||||
|
||||
|
||||
if ((internalData->semNamed = sem_open(astr.Buffer(), O_CREAT, 0777, initialCount)) == SEM_FAILED)
|
||||
{
|
||||
delete internalData;
|
||||
|
||||
Reference in New Issue
Block a user