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:
4f2a685
)
(__gconv_get_builtin_trans): Initialize counter element of step.
author
drepper
<drepper>
Tue, 14 Apr 1998 18:50:53 +0000
(18:50 +0000)
committer
drepper
<drepper>
Tue, 14 Apr 1998 18:50:53 +0000
(18:50 +0000)
iconv/gconv_builtin.c
patch
|
blob
|
history
diff --git
a/iconv/gconv_builtin.c
b/iconv/gconv_builtin.c
index
d913579
..
6b14804
100644
(file)
--- a/
iconv/gconv_builtin.c
+++ b/
iconv/gconv_builtin.c
@@
-18,6
+18,7
@@
write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
+#include <limits.h>
#include <string.h>
#include <gconv_int.h>
@@
-63,5
+64,6
@@
__gconv_get_builtin_trans (const char *name, struct gconv_step *step)
step->fct = map[cnt].fct;
step->init_fct = map[cnt].init;
step->end_fct = map[cnt].end;
+ step->counter = INT_MAX;
step->shlib_handle = NULL;
}