projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7cd38f0
)
(add_alias): Remove wrong cast.
author
drepper
<drepper>
Fri, 30 Apr 1999 17:44:03 +0000
(17:44 +0000)
committer
drepper
<drepper>
Fri, 30 Apr 1999 17:44:03 +0000
(17:44 +0000)
iconv/gconv_conf.c
patch
|
blob
|
history
diff --git
a/iconv/gconv_conf.c
b/iconv/gconv_conf.c
index
dce913d
..
0d25c22
100644
(file)
--- a/
iconv/gconv_conf.c
+++ b/
iconv/gconv_conf.c
@@
-209,7
+209,7
@@
add_alias (char *rp, void *modules)
inserted = (void **) __tsearch (new_alias, &__gconv_alias_db,
__gconv_alias_compare);
- if (inserted == NULL || *inserted !=
(void **)
new_alias)
+ if (inserted == NULL || *inserted != new_alias)
/* Something went wrong, free this entry. */
free (new_alias);
}