git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1032 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
eban 2000-11-09 02:29:45 +00:00
parent af328b152b
commit 13f2744b2e

View File

@ -83,7 +83,6 @@ fdbm_s_open(argc, argv, klass)
}
if (!dbm) {
printf("mode: %o\n", mode);
if (mode == -1) return Qnil;
rb_sys_fail(RSTRING(file)->ptr);
}