mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-17 11:51:32 +03:00
bug in _box_slot
This commit is contained in:
parent
ba288c518c
commit
5c0232a42b
@ -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