mirror of
https://github.com/vishapoberon/vipak.git
synced 2026-04-05 20:42:26 +00:00
this is not allowed in oberon-2, assignment replaced with COPY.
This commit is contained in:
parent
adf12780d1
commit
519db9223c
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ END getSrcRelPath;
|
|||
|
||||
PROCEDURE mkConfDirPath(home: ARRAY OF CHAR; VAR path: ARRAY OF CHAR);
|
||||
BEGIN
|
||||
confDir := home;
|
||||
COPY(home, confDir);
|
||||
Strings.Append("/", path);
|
||||
Strings.Append(vpkSettings.vpkConfDir, path);
|
||||
END mkConfDirPath;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue