fix •wdpath refcounting
This commit is contained in:
parent
d4f183ccda
commit
49622f59ce
@ -762,7 +762,7 @@ B sys_c1(B t, B x) {
|
|||||||
r.a[i] = inc(fileNS);
|
r.a[i] = inc(fileNS);
|
||||||
}
|
}
|
||||||
else if (eqStr(c, U"wdpath")) {
|
else if (eqStr(c, U"wdpath")) {
|
||||||
if (!wdpath.u) wdpath = path_abs(cdPath);
|
if (!wdpath.u) wdpath = path_abs(inc(cdPath));
|
||||||
r.a[i] = inc(wdpath);
|
r.a[i] = inc(wdpath);
|
||||||
}
|
}
|
||||||
else if (eqStr(c, U"internal")) r.a[i] = getInternalNS();
|
else if (eqStr(c, U"internal")) r.a[i] = getInternalNS();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user