diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2025-08-23 16:40:29 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2025-08-23 16:52:57 -0400 |
commit | 15a97d2c36b64db7c99a9673b285da19a8de2536 (patch) | |
tree | f73376946e0e28eed03456ffc712b3ccf7d19b87 /org/txt.org | |
parent | sisu resolve some sisu-system image issues (diff) |
- Ruby Unify Fixnum and Bignum into Integer
(Feature #12005) - Fixnum removed
https://bugs.ruby-lang.org/issues/12005
- Fixes Debian reported Bug [sisu]
sisu: txt output not generated (Closes: #1098248)
Diffstat (limited to 'org/txt.org')
-rw-r--r-- | org/txt.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org/txt.org b/org/txt.org index 616633f9..5e020c8a 100644 --- a/org/txt.org +++ b/org/txt.org @@ -1667,7 +1667,7 @@ WOK make=SiSU_Env::ProcessingSettings.new(@md) if make.build.plaintext_ocn? if defined? dob.ocn \ - and dob.ocn.is_a?(Fixnum) + and dob.ocn.is_a?(Integer) (defined? dob.ocn) \ ? "\n#{Dx[:ocn_o]}#{dob.ocn}#{Dx[:ocn_c]}" \ : '' |