commit | d94d093fac6ae05fac43ff25ba2dd0d080bfd815 | [log] [tgz] |
---|---|---|
author | bugfix <mg@henning-ullrich.de> | Wed Apr 08 11:27:13 2020 +0200 |
committer | bugfix <mg@henning-ullrich.de> | Wed Apr 15 17:44:39 2020 +0200 |
tree | c7185cac19815be0de7e2595fcb32d7eff74a9e8 | |
parent | 13fb5a03bc6bc104a85aa4a4e477c00514c12b2a [diff] [blame] |
Aenderungen fuer wieder funktionierendes strict_types - Deklarative Casts hinzugefuegt - Typen gefixt Change-Id: I44c6082d907efb241a35da248774809054f8c5ab
diff --git a/std/util/path.c b/std/util/path.c index 00ceaa6..ba16e71 100644 --- a/std/util/path.c +++ b/std/util/path.c
@@ -54,6 +54,6 @@ user = getuid(RPL || PL); if (expand) path=expand_path(path, user); - return implode(master()->path_array(path), "/"); + return implode(({string*})master()->path_array(path), "/"); }