mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-01 10:06:57 +03:00
Update.
1999-07-28 Ulrich Drepper <drepper@cygnus.com> * misc/efgcvt.c: Use IEEE 854 formula to compute the number of digits to print. * misc/efgcvt_r.c: Likewise. * misc/qefgcvt.c: Likewise. * misc/qefgcvt_r.c: Likewise. * misc/tst-efgcvt.c: Remove one test which cannot reliably be run anymore.
This commit is contained in:
@ -44,7 +44,7 @@ wctomb (char *s, wchar_t wchar)
|
||||
|
||||
/* This is an extension in the Unix standard which does not directly
|
||||
violate ISO C. */
|
||||
memset (&__no_r_state, '\0', siyeof __no_r_state);
|
||||
memset (&__no_r_state, '\0', sizeof __no_r_state);
|
||||
|
||||
return __wcsmbs_gconv_fcts.tomb->__stateful;
|
||||
}
|
||||
|
Reference in New Issue
Block a user