projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec68227
)
Revert doc, suggested by Bruno.
author
Simon Josefsson
<simon@josefsson.org>
Fri, 12 Nov 2004 16:18:49 +0000
(16:18 +0000)
committer
Simon Josefsson
<simon@josefsson.org>
Fri, 12 Nov 2004 16:18:49 +0000
(16:18 +0000)
lib/strtok_r.c
patch
|
blob
|
history
diff --git
a/lib/strtok_r.c
b/lib/strtok_r.c
index 83064a3eb1a78d13c39e27c3515b4d827c87638c..e9c143e5887df731a2051668d7e47ede5979b6ec 100644
(file)
--- a/
lib/strtok_r.c
+++ b/
lib/strtok_r.c
@@
-49,7
+49,7
@@
Caveat: These functions cannot be used on constant strings.
Caveat: The identity of the delimiting character is lost.
Caveat: It doesn't work with multibyte strings unless all of the delimiter
- characters are ASCII characters < 0x
8
0.
+ characters are ASCII characters < 0x
3
0.
See also strsep().
*/