Skip to content

Commit 01dac05

Browse files
committed
Fix rb_hash_foreach callback
1 parent 3564da1 commit 01dac05

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/symengine/ruby_basic.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ int insert_entries(VALUE key, VALUE val, VALUE input) {
212212

213213
basic_free_stack(ckey);
214214
basic_free_stack(cval);
215+
return ST_CONTINUE;
215216
}
216217

217218
VALUE cbasic_subs(int argc, VALUE *argv, VALUE self) {

0 commit comments

Comments
 (0)