Bugfix
This commit is contained in:
parent
6c85e4dff9
commit
155a57b135
1 changed files with 1 additions and 2 deletions
|
@ -142,7 +142,6 @@ Module lhs_log_ext
|
||||||
EndIf
|
EndIf
|
||||||
Wend
|
Wend
|
||||||
EndIf
|
EndIf
|
||||||
|
|
||||||
EndProcedure
|
EndProcedure
|
||||||
|
|
||||||
|
|
||||||
|
@ -228,7 +227,7 @@ Module lhs_log_ext
|
||||||
If IsFile(File_ID)
|
If IsFile(File_ID)
|
||||||
Repeat
|
Repeat
|
||||||
WaitSemaphore(Logger(MyUUID)\WorkerSemaphore)
|
WaitSemaphore(Logger(MyUUID)\WorkerSemaphore)
|
||||||
If Exit = 1
|
If Logger(MyUUID)\Exit = 1
|
||||||
LockMutex(Logger(MyUUID)\Mutex)
|
LockMutex(Logger(MyUUID)\Mutex)
|
||||||
If ListSize(Logger(MyUUID)\Messages()) > 0
|
If ListSize(Logger(MyUUID)\Messages()) > 0
|
||||||
Repeat
|
Repeat
|
||||||
|
|
Loading…
Reference in a new issue