mirror of
https://github.com/vapaamies/KolibriOS.git
synced 2025-09-21 02:30:07 +02:00
Don't close console window by default
This commit is contained in:
@@ -8,7 +8,7 @@ var
|
||||
Buffer: Pointer;
|
||||
|
||||
begin
|
||||
InitConsole('Load File', False);
|
||||
InitConsole('Load File');
|
||||
Buffer := LoadFile('/sys/example.asm', FileSize);
|
||||
WriteLn(Buffer, FileSize);
|
||||
end.
|
||||
|
Reference in New Issue
Block a user