1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

commit miss.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3619 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2003-03-26 11:28:39 +00:00
parent 7d5435bb1b
commit d82d9923cb

3
dln.c
View file

@ -1796,11 +1796,12 @@ dln_find_1(fname, path, exe_flag)
if (mac_fullpath = _macruby_exist_file_in_libdir_as_posix_name(fbuf))
return mac_fullpath;
next:
#endif
}
}
#endif /* MSDOS or _WIN32 or __human68k__ or __EMX__ */
next:
/* if not, and no other alternatives, life is bleak */
if (*ep == '\0') {
return NULL;