Update release

This commit is contained in:
vczh
2025-08-08 14:18:17 -07:00
parent 019a7b10f4
commit f9947fc69c
15 changed files with 281 additions and 91 deletions
+3 -3
View File
@@ -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;