changeset 5442:889c6c7bdc7c

Revert doc, suggested by Bruno.
author Simon Josefsson <simon@josefsson.org>
date Fri, 12 Nov 2004 16:18:49 +0000
parents 72bde6466dac
children f730db4795d6
files lib/strtok_r.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 < 0x80.
+           characters are ASCII characters < 0x30.
 
    See also strsep().
 */