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:
2c4c828
)
(convert_and_print): Use __mbsrtowcs instead of mbsrtowcs.
author
drepper
<drepper>
Fri, 17 Aug 2001 06:58:20 +0000
(06:58 +0000)
committer
drepper
<drepper>
Fri, 17 Aug 2001 06:58:20 +0000
(06:58 +0000)
misc/err.c
patch
|
blob
|
history
diff --git
a/misc/err.c
b/misc/err.c
index
24b615b
..
4c37203
100644
(file)
--- a/
misc/err.c
+++ b/
misc/err.c
@@
-77,7
+77,7
@@
convert_and_print (const char *format, __gnuc_va_list ap)
memset (&st, '\0', sizeof (st));
tmp =format;
}
- while ((res = mbsrtowcs (wformat, &tmp, len, &st)) == len);
+ while ((res =
__
mbsrtowcs (wformat, &tmp, len, &st)) == len);
if (res == (size_t) -1)
/* The string cannot be converted. */