Fixed TIM displaying;
Fixed "Out of Memory" for Directory Scan; Optional CLUT viewer; Other fixes.
This commit is contained in:
@@ -42,7 +42,8 @@ begin
|
||||
else
|
||||
path := '';
|
||||
|
||||
WriteFile(ClientMailSlot, path[1], Length(path) * SizeOf(Char), BytesWritten, nil);
|
||||
if path <> '' then
|
||||
WriteFile(ClientMailSlot, path[1], Length(path) * SizeOf(Char), BytesWritten, nil);
|
||||
|
||||
CommandEvent := OpenEvent(EVENT_MODIFY_STATE, False, cEventNname);
|
||||
SetEvent(CommandEvent);
|
||||
|
||||
Reference in New Issue
Block a user