Add FIXME

This commit is contained in:
Jonas Kulla 2013-09-10 04:21:57 +02:00
parent 23c5be6fbe
commit e42e6398cb
1 changed files with 1 additions and 0 deletions

View File

@ -116,6 +116,7 @@ kernelLoadDataInt(const char *filename)
VALUE marsh = rb_const_get(rb_cObject, rb_intern("Marshal"));
// FIXME need to catch exceptions here with begin rescue
VALUE result = rb_funcall(marsh, rb_intern("load"), 1, port);
rb_funcall(port, rb_intern("close"), 0);