mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-04 10:52:18 +03:00
vere: fix -Z refcounts
This commit is contained in:
parent
85c9647353
commit
005680a7b8
@ -502,7 +502,7 @@ _pier_on_scry_done(void* ptr_v, u3_noun nun)
|
|||||||
ext_c = "jam";
|
ext_c = "jam";
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
out = u3dc("scot", puf, u3k(res));
|
out = u3dc("scot", u3k(puf), u3k(res));
|
||||||
ext_c = "txt";
|
ext_c = "txt";
|
||||||
}
|
}
|
||||||
u3z(puf);
|
u3z(puf);
|
||||||
|
Loading…
Reference in New Issue
Block a user