FreeBSD Bugzilla – Attachment 21089 Details for
Bug 37034
Fixed maximum character length in EUC
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
patch-euc
patch-euc (text/plain), 826 bytes, created by
winard
on 2002-04-13 09:40:01 UTC
(
hide
)
Description:
patch-euc
Filename:
MIME Type:
Creator:
winard
Created:
2002-04-13 09:40:01 UTC
Size:
826 bytes
patch
obsolete
>--- euc.c Mon Jun 5 05:47:39 2000 >+++ euc.c.new Thu Mar 28 15:19:02 2002 >@@ -82,6 +82,7 @@ > free(rl); > return (ENOMEM); > } >+ __mb_cur_max = 0; > for (x = 0; x < 4; ++x) { > ei->count[x] = (int) strtol(v, &e, 0); > if (v == e || !(v = e)) { >@@ -89,6 +90,8 @@ > free(ei); > return (EFTYPE); > } >+ if (__mb_cur_max < ei->count[x]) >+ __mb_cur_max = ei->count[x]; > while (*v == ' ' || *v == '\t') > ++v; > ei->bits[x] = (int) strtol(v, &e, 0); >@@ -114,7 +117,6 @@ > } > rl->variable_len = sizeof(_EucInfo); > _CurrentRuneLocale = rl; >- __mb_cur_max = 3; > return (0); > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 37034
: 21089