summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale/collate.c
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1997-02-05 19:17:10 +0000
committerache <ache@FreeBSD.org>1997-02-05 19:17:10 +0000
commitb7803f6c96c45c04974507c2a5e6cc4d79d35539 (patch)
tree5c0889ec26924f4d270f1ecc1e35b1373fc60755 /lib/libc/locale/collate.c
parentc300efb53e9c56295df6f3145a4ddaa9428249aa (diff)
downloadFreeBSD-src-b7803f6c96c45c04974507c2a5e6cc4d79d35539.zip
FreeBSD-src-b7803f6c96c45c04974507c2a5e6cc4d79d35539.tar.gz
Update the comment why range checking not needed
Fix setrunelocale fail if called directly without prior setlocale call Should go in 2.2
Diffstat (limited to 'lib/libc/locale/collate.c')
-rw-r--r--lib/libc/locale/collate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/locale/collate.c b/lib/libc/locale/collate.c
index 8a71158..b875acb 100644
--- a/lib/libc/locale/collate.c
+++ b/lib/libc/locale/collate.c
@@ -73,7 +73,7 @@ __collate_load_tables(encoding)
__collate_load_error = save_load_error;
return -1;
}
- /* Range checking already done at upper level caller */
+ /* Range checking not needed, encoding has fixed size */
(void) strcpy(buf, _PathLocale);
(void) strcat(buf, "/");
(void) strcat(buf, encoding);
OpenPOWER on IntegriCloud