From d421621968d5ddf367fdaa1a908365fba7fa81ea Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Fri, 12 Nov 2004 16:18:49 +0000 Subject: [PATCH] Revert doc, suggested by Bruno. --- lib/strtok_r.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/strtok_r.c b/lib/strtok_r.c index 83064a3eb1..e9c143e588 100644 --- 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(). */ -- 2.30.2