Update.
cast as suggested by Jakub Jelinek <jakub@redhat.com> and Ulrich Drepper <drepper@redhat.com>.
This commit is contained in:
parent
9068de3309
commit
4e8d52c929
@ -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>
|
||||
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user