diff options
Diffstat (limited to 'sysif.c')
-rw-r--r-- | sysif.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -405,8 +405,7 @@ static val ensure_dir(val path, val mode) if (!split_path) break; - partial_path = format(nil, lit("~a~a~a"), - partial_path, sep, pop(&split_path), nao); + partial_path = scat3(partial_path, sep, pop(&split_path)); } if (integerp(ret)) { |