mirror of
https://github.com/tildearrow/furnace.git
synced 2024-12-28 10:31:25 +00:00
fix release logic
This commit is contained in:
parent
788ccfb334
commit
ae44cabba8
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
had=has; \
|
||||
if (has) { \
|
||||
val=source[pos++]; \
|
||||
if (pos==sourceRel && !released) { \
|
||||
if (sourceRel>=0 && pos>sourceRel && !released) { \
|
||||
pos--; \
|
||||
} \
|
||||
if (pos>=sourceLen) { \
|
||||
|
|
Loading…
Reference in a new issue