diff options
Diffstat (limited to 'input.e')
| -rw-r--r-- | input.e | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/input.e b/input.e index dd5b7d3..dc20db8 100644 --- a/input.e +++ b/input.e @@ -262,7 +262,7 @@ ~ "attach-string-to-input-buffer". s" main-input-buffer-metadata" create -s" main-input-buffer-metadata" find 0x01 entry-flags! +s" main-input-buffer-metadata" find 0x01 swap entry-flags! ~ Having done that, now we do the runtime allocation. Then we also define ~ the variable "main-input-buffer" so we can find it again. |