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:
c182820
)
(wctomb): Comment out some more code missed in last change.
author
roland
<roland>
Mon, 13 Mar 1995 18:39:03 +0000
(18:39 +0000)
committer
roland
<roland>
Mon, 13 Mar 1995 18:39:03 +0000
(18:39 +0000)
stdlib/wctomb.c
patch
|
blob
|
history
diff --git
a/stdlib/wctomb.c
b/stdlib/wctomb.c
index
78b55b7
..
15f32ab
100644
(file)
--- a/
stdlib/wctomb.c
+++ b/
stdlib/wctomb.c
@@
-53,7
+53,7
@@
DEFUN(wctomb, (s, wchar), register char *s AND wchar_t wchar)
*s = '\0';
return 1;
}
- else
if (mb == NULL)
+ else
/* if (mb == NULL) */
{
if ((wchar_t) (char) wchar == wchar && isascii ((char) wchar))
{