diff options
Diffstat (limited to 'core.e')
| -rw-r--r-- | core.e | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core.e b/core.e index 1d7d7bb..f605296 100644 --- a/core.e +++ b/core.e @@ -1225,7 +1225,7 @@ here ! ~ It's possible the padding will be of length zero, so we have to put the ~ magic comment provide-* command first. ~ : provide-decimal - ~ : 0 (width # alignment padding) + ~ : 0 #-- (width # alignment padding) { 2dup /% drop { drop exit } unless swap 0 pack8 swap ~ : 1 adjust-length |