From 9116f7c7ff255cc9a7075c876c4e4927e0d97fbf Mon Sep 17 00:00:00 2001 From: John Gilmore Date: Sat, 27 Feb 1993 02:35:04 +0000 Subject: * xcoffexec.c (vmap_ldinfo): Fix "/" for '/' typo, reported by Josef Leherbauer, joe@takeFive.co.at. --- gdb/xcoffexec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/xcoffexec.c') diff --git a/gdb/xcoffexec.c b/gdb/xcoffexec.c index 16232ac..ff13aea 100644 --- a/gdb/xcoffexec.c +++ b/gdb/xcoffexec.c @@ -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; -- cgit v1.1