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;