From c1f730a0cbe6d7b8fdc775bd51c6ac950088eb6a Mon Sep 17 00:00:00 2001 From: Freeman Date: Sat, 9 Jan 2021 03:36:52 +0300 Subject: [PATCH] KolibriOS console window title using UTF-8 encoding --- Lib/System.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/System.pas b/Lib/System.pas index 8f64a74..f6025d5 100644 --- a/Lib/System.pas +++ b/Lib/System.pas @@ -916,7 +916,7 @@ initialization end; {$IFDEF KolibriOS} - AppPath := PPKolibriChar(32)^; + AppPath := PPKolibriChar(32)^ + 1; CmdLine := PPKolibriChar(28)^; {$ELSE} InitKoW;