cast as suggested by Jakub Jelinek <jakub@redhat.com> and Ulrich
	Drepper <drepper@redhat.com>.
This commit is contained in:
Andreas Jaeger 2000-12-10 16:14:00 +00:00
parent 9068de3309
commit 4e8d52c929
2 changed files with 4 additions and 3 deletions

View File

@ -1,7 +1,8 @@
2000-12-10 Andreas Jaeger <aj@suse.de>
* locale/programs/ld-ctype.c (charclass_symbolic_ellipsis): Fixed
cast as suggested by Jakub Jelinek <jakub@redhat.com>.
cast as suggested by Jakub Jelinek <jakub@redhat.com> and Ulrich
Drepper <drepper@redhat.com>.
2000-12-09 Andreas Jaeger <aj@suse.de>

View File

@ -1483,8 +1483,8 @@ charclass_symbolic_ellipsis (struct linereader *ldfile,
uint32_t wch;
sprintf (tmp, (base == 10 ? "%.*s%0*ld" : "%.*s%0*lX"),
cp - last_str, last_str,
(int) (now->val.str.lenmb - (int) (cp - last_str)),
(int) (cp - last_str), last_str,
(int) (now->val.str.lenmb - (cp - last_str)),
from);
get_character (now, charmap, repertoire, &seq, &wch);