* xcoffexec.c (vmap_ldinfo): Fix "/" for '/' typo, reported

by Josef Leherbauer, joe@takeFive.co.at.
This commit is contained in:
John Gilmore
1993-02-27 02:35:04 +00:00
parent 2ebd09764b
commit 9116f7c7ff
2 changed files with 17 additions and 1 deletions

View File

@@ -706,7 +706,7 @@ retry:
/* The filenames are not always sufficient to match on. */
if ((name[0] == "/" && !STREQ(name, vp->name))
if ((name[0] == '/' && !STREQ(name, vp->name))
|| (memb[0] && !STREQ(memb, vp->member)))
continue;