editor: fix PSP leak in F

This commit is contained in:
Virgil Dupras 2020-05-07 08:38:57 -04:00
parent feb0411530
commit 204a9c69f8
1 changed files with 1 additions and 1 deletions

View File

@ -7,6 +7,6 @@
OVER BLK) = OR ( a1 a2 f1|f2 )
UNTIL
DUP BLK) < IF BLK( - FBUF + -^ EDPOS ! THEN
EDPOS @ 64 / _pln
EDPOS @ 64 / _pln DROP
;