Re: [pcre-dev] Suggested changes in the document

Góra strony
Delete this message
Autor: ph10
Data:  
Dla: Ze'ev Atlas
CC: Pcre Exim
Temat: Re: [pcre-dev] Suggested changes in the document
On Wed, 2 Sep 2015, Ze'ev Atlas wrote:

> Hi PhilipWorking on the PCRE2 for z/OS and the API wiuth LE languages, I've found these:
>
> | PCRE2 NATIVE API SERIALIZATION FUNCTIONS |
> | 357 | |
> | 358 | int32_t pcre2_serialize_decode(pcre2_code **codes, |
> | 359 | int32_t number_of_codes, const uint32_t *bytes, |
> | 360 | pcre2_general_context *gcontext); |
> | 361 | |
> | 362 | int32_t pcre2_serialize_encode(pcre2_code **codes, |
> | 363 | int32_t number_of_codes, uint32_t **serialized_bytes, |
> | 364 | PCRE2_SIZE *serialized_size, pcre2_general_context *gcontext); |
>
>
> I would suggest that on line 359 it should read 'uint8_t *bytes'
> On line 362 it should read '(const pcre2_code **codes,'
> On line 363, again, it should read 'uint8_t *bytes'


Thank you for reporting these typos. I have fixed them.

Philip

--
Philip Hazel