mirror of
https://github.com/urbit/shrub.git
synced 2024-12-22 18:31:44 +03:00
bug in _box_slot
This commit is contained in:
parent
8c4fd067de
commit
56ff1520bf
@ -31,7 +31,7 @@ _box_count(c3_ws siz_ws) { }
|
|||||||
static c3_w
|
static c3_w
|
||||||
_box_slot(c3_w siz_w)
|
_box_slot(c3_w siz_w)
|
||||||
{
|
{
|
||||||
if ( siz_w < 8 ) {
|
if ( siz_w < u3a_minimum ) {
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
Loading…
Reference in New Issue
Block a user