diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-06-29 04:12:28 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-06-29 04:12:28 +0000 |
commit | 72acaddf14d1cf4be7acd872cd34218df05f28fb (patch) | |
tree | 0c33bf27afff7674e9add688f724c6cab3fae2fe /stdio-common/vfwscanf.c | |
parent | 2d7fb37aa3f27a3cf6bd446601f8bed8711600a6 (diff) | |
download | glibc-72acaddf14d1cf4be7acd872cd34218df05f28fb.tar.gz glibc-72acaddf14d1cf4be7acd872cd34218df05f28fb.tar.xz glibc-72acaddf14d1cf4be7acd872cd34218df05f28fb.zip |
Update.
2000-06-28 Ulrich Drepper <drepper@redhat.com> * stdio-common/vfscanf.c: Finally handle multibyte decimal point and thousands separator correctly. * stdio-common/vfscanf.c: Use COMPILE_WSCANF not COMPILE_WPRINTF. * stdio-common/vfwscanf.c: Likewise. sequences with first byte 0x8e correctly.
Diffstat (limited to 'stdio-common/vfwscanf.c')
-rw-r--r-- | stdio-common/vfwscanf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdio-common/vfwscanf.c b/stdio-common/vfwscanf.c index 62220bdccc..26b1a66608 100644 --- a/stdio-common/vfwscanf.c +++ b/stdio-common/vfwscanf.c @@ -1,2 +1,2 @@ -#define COMPILE_WPRINTF 1 +#define COMPILE_WSCANF 1 #include "vfscanf.c" |