projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61c7477
)
Fix comment.
author
Bruno Haible
<bruno@clisp.org>
Wed, 25 Feb 2009 01:02:22 +0000
(
02:02
+0100)
committer
Bruno Haible
<bruno@clisp.org>
Wed, 25 Feb 2009 01:02:22 +0000
(
02:02
+0100)
lib/mbrtowc.c
patch
|
blob
|
history
diff --git
a/lib/mbrtowc.c
b/lib/mbrtowc.c
index ba0397344b7de220dbff6341a0116308dc738897..0fec5f1c9fac3c67af2fde58774c55b44bd97dcf 100644
(file)
--- a/
lib/mbrtowc.c
+++ b/
lib/mbrtowc.c
@@
-89,7
+89,7
@@
mbrtowc (wchar_t *pwc, const char *s, size_t n, mbstate_t *ps)
return (size_t)(-1);
}
- /* Here
0 < m ≤ 4
. */
+ /* Here
m > 0
. */
# if __GLIBC__
/* Work around bug <http://sourceware.org/bugzilla/show_bug.cgi?id=9674> */