projects
/
platform
/
upstream
/
make.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c2f4a7
)
Formerly arscan.c.~21~
author
Roland McGrath
<roland@redhat.com>
Mon, 15 Jun 1992 22:38:32 +0000
(22:38 +0000)
committer
Roland McGrath
<roland@redhat.com>
Mon, 15 Jun 1992 22:38:32 +0000
(22:38 +0000)
arscan.c
patch
|
blob
|
history
diff --git
a/arscan.c
b/arscan.c
index
4f6bed7
..
27df1ce
100644
(file)
--- a/
arscan.c
+++ b/
arscan.c
@@
-306,7
+306,7
@@
ar_name_equal (name, mem)
&& mem[memlen - 2] == '.' && mem[memlen - 1] == 'o')
return 1;
- return !str
n
cmp (name + max - 3, mem + max - 3);
+ return !strcmp (name + max - 3, mem + max - 3);
#else /* AIX or APOLLO. */