aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/abstraction.org
diff options
context:
space:
mode:
Diffstat (limited to 'org/abstraction.org')
-rw-r--r--org/abstraction.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/org/abstraction.org b/org/abstraction.org
index 695c8e73..8f885e88 100644
--- a/org/abstraction.org
+++ b/org/abstraction.org
@@ -4957,7 +4957,7 @@ module SiSU_AO_Hash
if (t_o.of !=:structure \
&& t_o.of !=:comment \
&& t_o.of !=:layout) \
- && t_o.ocn.is_a?(Fixnum)
+ && t_o.ocn.is_a?(Integer)
case sha_
when :sha512
for hash_class in [ Digest::SHA512 ]