* dln.c (dln_find_1): fixed commit miss.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25887 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2009-11-23 01:55:17 +00:00
parent 5f9a6d1dee
commit be8326b2e0
1 changed files with 1 additions and 1 deletions

2
dln.c
View File

@ -1561,7 +1561,7 @@ dln_find_1(const char *fname, const char *path, char *fbuf, size_t size,
#endif
static const char pathname_too_long[] = "openpath: pathname too long (ignored)\n\
\tDirectory \"%.*s\"\n\tFile \"%s\"\n"
\tDirectory \"%.*s\"\n\tFile \"%s\"\n";
#define PATHNAME_TOO_LONG() fprintf(stderr, pathname_too_long, (int)(bp - fbuf), fbuf, fname)
#define RETURN_IF(expr) if (expr) return (char *)fname;