mirror of
https://github.com/urbit/shrub.git
synced 2024-12-21 01:41:37 +03:00
ames: lose the right noun
This commit is contained in:
parent
a596322202
commit
dd79b890d3
@ -1514,8 +1514,7 @@ static void _fine_pack_scry_cb(void* vod_p, u3_noun nun)
|
|||||||
if(pas == u3_none) {
|
if(pas == u3_none) {
|
||||||
_ames_pact_free(pac_u);
|
_ames_pact_free(pac_u);
|
||||||
|
|
||||||
u3z(pas);
|
u3z(nun);
|
||||||
// u3z(nun);
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1549,8 +1548,7 @@ static void _fine_pack_scry_cb(void* vod_p, u3_noun nun)
|
|||||||
_ames_pact_free(pac_u);
|
_ames_pact_free(pac_u);
|
||||||
}
|
}
|
||||||
|
|
||||||
u3z(pas);
|
u3z(nun);
|
||||||
// u3z(nun);
|
|
||||||
u3z(fra);
|
u3z(fra);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user