Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F146673031
D50757.id156726.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
420 B
Referenced Files
None
Subscribers
None
D50757.id156726.diff
View Options
diff --git a/usr.bin/localedef/collate.c b/usr.bin/localedef/collate.c
--- a/usr.bin/localedef/collate.c
+++ b/usr.bin/localedef/collate.c
@@ -1273,7 +1273,7 @@
RB_FOREACH(cc, collchars, &collchars) {
int undef = 0;
/* we already gathered those */
- if (cc->wc <= UCHAR_MAX)
+ if ((uint32_t)cc->wc <= UCHAR_MAX)
continue;
for (j = 0; j < NUM_WT; j++) {
if ((pri = get_weight(cc->ref[j], j)) < 0) {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Mar 5, 2:54 PM (14 h, 54 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29216017
Default Alt Text
D50757.id156726.diff (420 B)
Attached To
Mode
D50757: localedef: Fix a wchar_t comparison
Attached
Detach File
Event Timeline
Log In to Comment