diff options
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]}" \ : '' |