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:
2dfd618
)
Sat Feb 17 11:29:29 1996 David Mosberger-Tang <davidm@azstarnet.com>
author
roland
<roland>
Tue, 19 Mar 1996 19:52:14 +0000
(19:52 +0000)
committer
roland
<roland>
Tue, 19 Mar 1996 19:52:14 +0000
(19:52 +0000)
* stdlib/testmb.c (main): fix format to use %lx instead of %x.
stdlib/testmb.c
patch
|
blob
|
history
diff --git
a/stdlib/testmb.c
b/stdlib/testmb.c
index
c840ce1
..
a70fe08
100644
(file)
--- a/
stdlib/testmb.c
+++ b/
stdlib/testmb.c
@@
-53,7
+53,7
@@
main ()
}
else
{
}
else
{
- printf ("wide value: 0x%04x\n", (unsigned long) wc);
+ printf ("wide value: 0x%04
l
x\n", (unsigned long) wc);
mbc[0] = '\0';
if ((r = wctomb (mbc, wc)) <= 0)
{
mbc[0] = '\0';
if ((r = wctomb (mbc, wc)) <= 0)
{