mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-11 04:48:00 +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";
|
||||
}
|
||||
else {
|
||||
out = u3dc("scot", puf, u3k(res));
|
||||
out = u3dc("scot", u3k(puf), u3k(res));
|
||||
ext_c = "txt";
|
||||
}
|
||||
u3z(puf);
|
||||
|
Loading…
Reference in New Issue
Block a user