Skip to content

Commit 490bb03

Browse files
committed
Merge pull request #26 from isuruf/hash
Fix rb_hash_foreach callback
2 parents 3564da1 + 01dac05 commit 490bb03

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)