mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-29 04:04:02 +03:00
Fixed decrement-underflow occurring when editing the first ever message.
This commit is contained in:
parent
0f276a5e4a
commit
f045a1035b
@ -1515,7 +1515,7 @@
|
||||
:: changed message
|
||||
%_ +>.$
|
||||
grams %+ welp
|
||||
(scag (dec u.old) grams)
|
||||
(scag (dec (max u.old 1)) grams)
|
||||
[gam (slag u.old grams)]
|
||||
==
|
||||
::
|
||||
|
Loading…
Reference in New Issue
Block a user