mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 01:28:46 +00:00
* xcoffexec.c (vmap_ldinfo): Fix "/" for '/' typo, reported
by Josef Leherbauer, joe@takeFive.co.at.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user