From: Simon Josefsson Date: Fri, 12 Nov 2004 16:18:49 +0000 (+0000) Subject: Revert doc, suggested by Bruno. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d421621968d5ddf367fdaa1a908365fba7fa81ea;p=pspp Revert doc, suggested by Bruno. --- 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(). */