mirror of
https://github.com/urbit/shrub.git
synced 2024-12-22 10:21:31 +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
|
||||
_box_slot(c3_w siz_w)
|
||||
{
|
||||
if ( siz_w < 8 ) {
|
||||
if ( siz_w < u3a_minimum ) {
|
||||
return 0;
|
||||
}
|
||||
else {
|
||||
|
Loading…
Reference in New Issue
Block a user