<i18n dev> RFR: 8284444: Sting typo

Daniel Jeliński djelinski at openjdk.java.net
Wed Apr 6 14:08:39 UTC 2022


On Wed, 6 Apr 2022 13:38:03 GMT, Alexey Ivanov <aivanov at openjdk.org> wrote:

>> This patch adds missing `r` in `string`s
>
> src/java.desktop/share/native/liblcms/cmstypes.c line 3668:
> 
>> 3666: // Auxiliary, read an string specified as count + string
>> 3667: static
>> 3668: cmsBool  ReadCountAndString(struct _cms_typehandler_struct* self, cmsIOHANDLER* io, cmsMLU* mlu, cmsUInt32Number* SizeOfTag, const char* Section)
> 
> As @kevinrushforth mentioned, we usually don't modify the source from external libraries. You should report and fix the problem upstream.

Filed https://github.com/mm2/Little-CMS/pull/313 for this

-------------

PR: https://git.openjdk.java.net/jdk/pull/8125


More information about the i18n-dev mailing list